Table of Contents

Class PlatformFontUsage

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

PlatformFontUsage

public sealed class PlatformFontUsage
Inheritance
PlatformFontUsage
Inherited Members

Properties

FamilyName

familyName

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

Property Value

string

GlyphCount

glyphCount

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

Property Value

double

IsCustomFont

isCustomFont

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

Property Value

bool

PostScriptName

postScriptName

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

Property Value

string