data class PlatformFontUsage
Information about amount of glyphs that were rendered with given font.
<init> |
Information about amount of glyphs that were rendered with given font. PlatformFontUsage(familyName: String, isCustomFont: Boolean, glyphCount: Double) |
familyName |
Font's family name reported by platform. val familyName: String |
glyphCount |
Amount of glyphs that were rendered with this font. val glyphCount: Double |
isCustomFont |
Indicates if the font was downloaded or resolved locally. val isCustomFont: Boolean |