Table of Contents

Class Font

Namespace
Dynamicweb.Content.Styles
Assembly
Dynamicweb.dll
public sealed class Font
Inheritance
Font
Inherited Members

Properties

Family

Gets or sets font family.

public required string Family { get; set; }

Property Value

string

FilePath

Gets or sets the font file path.

public string? FilePath { get; set; }

Property Value

string

Id

Gets or sets font id.

public required string Id { get; set; }

Property Value

string

Name

Gets or sets font name.

public required string Name { get; set; }

Property Value

string

Style

Gets or sets font style.

public string? Style { get; set; }

Property Value

string

Weight

Gets or sets font weight.

public FontWeight Weight { get; set; }

Property Value

FontWeight
To top