PlatformFontUsage

@Serializable
data class PlatformFontUsage(val familyName: String, val postScriptName: String, val isCustomFont: Boolean, val glyphCount: Double)

Information about amount of glyphs that were rendered with given font.

Constructors

Link copied to clipboard
constructor(familyName: String, postScriptName: String, isCustomFont: Boolean, glyphCount: Double)

Properties

Link copied to clipboard

Font's family name reported by platform.

Link copied to clipboard

Amount of glyphs that were rendered with this font.

Link copied to clipboard

Indicates if the font was downloaded or resolved locally.

Link copied to clipboard

Font's PostScript name reported by platform.