Struct cdp::css::PlatformFontUsage [] [src]

pub struct PlatformFontUsage<'a> {
    pub family_name: Cow<'a, str>,
    pub is_custom_font: bool,
    pub glyph_count: f64,
}

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

Fields

Font's family name reported by platform.

Indicates if the font was downloaded or resolved locally.

Amount of glyphs that were rendered with this font.

Trait Implementations

impl<'a> Clone for PlatformFontUsage<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for PlatformFontUsage<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for PlatformFontUsage<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.