Class PlatformFontUsage
Information about amount of glyphs that were rendered with given font.
public sealed class PlatformFontUsage
- Inheritance
-
PlatformFontUsage
- Inherited Members
Properties
FamilyName
Font's family name reported by platform.
[JsonPropertyName("familyName")]
public string FamilyName { get; set; }
Property Value
GlyphCount
Amount of glyphs that were rendered with this font.
[JsonPropertyName("glyphCount")]
public double GlyphCount { get; set; }
Property Value
IsCustomFont
Indicates if the font was downloaded or resolved locally.
[JsonPropertyName("isCustomFont")]
public bool IsCustomFont { get; set; }
Property Value
PostScriptName
Font's PostScript name reported by platform.
[JsonPropertyName("postScriptName")]
public string PostScriptName { get; set; }