public class PlatformFontUsage extends Object
| Constructor and Description |
|---|
PlatformFontUsage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamilyName()
Font's family name reported by platform.
|
Double |
getGlyphCount()
Amount of glyphs that were rendered with this font.
|
Boolean |
getIsCustomFont()
Indicates if the font was downloaded or resolved locally.
|
void |
setFamilyName(String familyName)
Font's family name reported by platform.
|
void |
setGlyphCount(Double glyphCount)
Amount of glyphs that were rendered with this font.
|
void |
setIsCustomFont(Boolean isCustomFont)
Indicates if the font was downloaded or resolved locally.
|
public String getFamilyName()
public void setFamilyName(String familyName)
public Boolean getIsCustomFont()
public void setIsCustomFont(Boolean isCustomFont)
public Double getGlyphCount()
public void setGlyphCount(Double glyphCount)
Copyright © 2020. All rights reserved.