chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / PlatformFontUsage

PlatformFontUsage

data class PlatformFontUsage

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

Constructors

<init>

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

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

Properties

familyName

Font's family name reported by platform.

val familyName: String

glyphCount

Amount of glyphs that were rendered with this font.

val glyphCount: Double

isCustomFont

Indicates if the font was downloaded or resolved locally.

val isCustomFont: Boolean