Table of Contents

Class PlatformFontUsage

Namespace
OpenQA.Selenium.DevTools.V147.CSS
Assembly
Selenium.WebDriver.dll

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

public sealed class PlatformFontUsage
Inheritance
PlatformFontUsage
Inherited Members

Properties

FamilyName

Font's family name reported by platform.

[JsonPropertyName("familyName")]
public string FamilyName { get; set; }

Property Value

string

GlyphCount

Amount of glyphs that were rendered with this font.

[JsonPropertyName("glyphCount")]
public double GlyphCount { get; set; }

Property Value

double

IsCustomFont

Indicates if the font was downloaded or resolved locally.

[JsonPropertyName("isCustomFont")]
public bool IsCustomFont { get; set; }

Property Value

bool

PostScriptName

Font's PostScript name reported by platform.

[JsonPropertyName("postScriptName")]
public string PostScriptName { get; set; }

Property Value

string