struct Protocol::CSS::PlatformFontUsage

Overview

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

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def family_name : String #

Font's family name reported by platform.


[View source]
def glyph_count : Number::Primitive #

Amount of glyphs that were rendered with this font.


[View source]
def is_custom_font : Bool #

Indicates if the font was downloaded or resolved locally.


[View source]