lets-plot-compose/src/desktopMain/kotlin/org/jetbrains/letsPlot/compose/canvas/SkiaFontManager.kt [41:48]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun font(typeface: Typeface, fontSize: Float): Font { return fontCache .getOrPut(typeface to fontSize) { Font(typeface, fontSize).apply { isSubpixel = true } } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platf-skia/src/commonMain/kotlin/org/jetbrains/letsPlot/skia/mapping/svg/FontManager.kt [44:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun font(typeface: Typeface, fontSize: Float): Font { return fontCache .getOrPut(typeface to fontSize) { Font(typeface, fontSize).apply { isSubpixel = true } } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -