-
public final class PlatformFontUsageInformation about amount of glyphs that were rendered with given font.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringfamilyNameprivate final BooleanisCustomFontprivate final DoubleglyphCount
-
Constructor Summary
Constructors Constructor Description PlatformFontUsage(String familyName, Boolean isCustomFont, Double glyphCount)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Booleancomponent2()final Doublecomponent3()final PlatformFontUsagecopy(String familyName, Boolean isCustomFont, Double glyphCount)final StringgetFamilyName()Font's family name reported by platform. final BooleangetIsCustomFont()Indicates if the font was downloaded or resolved locally. final DoublegetGlyphCount()Amount of glyphs that were rendered with this font. -
-
Method Detail
-
component1
final String component1()
-
component2
final Boolean component2()
-
component3
final Double component3()
-
copy
final PlatformFontUsage copy(String familyName, Boolean isCustomFont, Double glyphCount)
-
getFamilyName
final String getFamilyName()
Font's family name reported by platform.
-
getIsCustomFont
final Boolean getIsCustomFont()
Indicates if the font was downloaded or resolved locally.
-
getGlyphCount
final Double getGlyphCount()
Amount of glyphs that were rendered with this font.
-
-
-
-