struct Protocol::CSS::PlatformFontUsage
- Protocol::CSS::PlatformFontUsage
- Struct
- Value
- Object
Overview
Information about amount of glyphs that were rendered with given font.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#family_name : String
Font's family name reported by platform.
-
#glyph_count : Number::Primitive
Amount of glyphs that were rendered with this font.
-
#is_custom_font : Bool
Indicates if the font was downloaded or resolved locally.