Class PlatformFontUsage
PlatformFontUsage
public sealed class PlatformFontUsage
- Inheritance
-
PlatformFontUsage
- Inherited Members
Properties
FamilyName
familyName
[JsonPropertyName("familyName")]
public string FamilyName { get; set; }
Property Value
GlyphCount
glyphCount
[JsonPropertyName("glyphCount")]
public double GlyphCount { get; set; }
Property Value
IsCustomFont
isCustomFont
[JsonPropertyName("isCustomFont")]
public bool IsCustomFont { get; set; }