NativeSystemFontProvider

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSystemFontGlyph(systemFont: SystemFont, size: Double, codePoint: Int, path: GlyphPath = GlyphPath(), reader: WStringReader? = null): GlyphPath?
Link copied to clipboard
open fun getSystemFontGlyphMetrics(systemFont: SystemFont, size: Double, codePoint: Int, metrics: GlyphMetrics, reader: WStringReader? = null)
Link copied to clipboard
open fun getSystemFontKerning(systemFont: SystemFont, size: Double, leftCodePoint: Int, rightCodePoint: Int): Double
Link copied to clipboard
open fun getSystemFontMetrics(systemFont: SystemFont, size: Double, metrics: FontMetrics)
Link copied to clipboard
open fun getTtfFromSystemFont(systemFont: SystemFont): TtfFont
Link copied to clipboard
Link copied to clipboard