Table of Contents

Class Font

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The font model.

public class Font
Inheritance
Font
Inherited Members

Properties

Color

Gets or sets the hex color.

public string Color { get; set; }

Property Value

string

LineHeight

Gets or sets LineHeight.

public int LineHeight { get; set; }

Property Value

int

Name

Gets or sets Name.

public FontFamily? Name { get; set; }

Property Value

FontFamily?

Size

Gets or sets Size.

public float Size { get; set; }

Property Value

float

Style

Gets or sets Style.

public FontStyle? Style { get; set; }

Property Value

FontStyle?