Table of Contents

Class FontFamilies

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Generic font families collection.

public sealed record FontFamilies : IEquatable<FontFamilies>
Inheritance
FontFamilies
Implements
Inherited Members

Constructors

FontFamilies()

Generic font families collection.

public FontFamilies()

Properties

Cursive

The cursive font-family.

public string? Cursive { get; init; }

Property Value

string

Fantasy

The fantasy font-family.

public string? Fantasy { get; init; }

Property Value

string

Fixed

The fixed font-family.

public string? Fixed { get; init; }

Property Value

string

Math

The math font-family.

public string? Math { get; init; }

Property Value

string

SansSerif

The sansSerif font-family.

public string? SansSerif { get; init; }

Property Value

string

Serif

The serif font-family.

public string? Serif { get; init; }

Property Value

string

Standard

The standard font-family.

public string? Standard { get; init; }

Property Value

string