Platform Font Usage
data class PlatformFontUsage(familyName: String, isCustomFont: Boolean, glyphCount: Double)
Content copied to clipboard
Information about amount of glyphs that were rendered with given font.
Constructors
PlatformFontUsage
Link copied to clipboard
fun PlatformFontUsage(familyName: String, isCustomFont: Boolean, glyphCount: Double)
Content copied to clipboard
Properties
familyName
Link copied to clipboard
glyphCount
Link copied to clipboard
isCustomFont
Link copied to clipboard
Sources
jvm source
Link copied to clipboard