pl.wendigo.chrome.api.css / PlatformFontUsage

PlatformFontUsage

data class PlatformFontUsage (source)

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

Link
CSS#PlatformFontUsage type documentation.

Constructors

<init>

PlatformFontUsage(familyName: String, isCustomFont: Boolean, glyphCount: Double)

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

Properties

familyName

val familyName: String

Font's family name reported by platform.

glyphCount

val glyphCount: Double

Amount of glyphs that were rendered with this font.

isCustomFont

val isCustomFont: Boolean

Indicates if the font was downloaded or resolved locally.