Table of Contents

Class FontSettings

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Font settings.

public class FontSettings

Inheritance

Inherited Members

Constructors

FontSettings()

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.FontSettings class.

public FontSettings()

FontSettings(string, string, int)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.FontSettings class.

public FontSettings(string name, string face, int size)

Parameters

name string

The name.

face string

The face.

size int

The size.

Properties

Face

Gets or sets the face.

public string Face { get; set; }

Property Value

string

Name

Gets or sets font name.

public string Name { get; set; }

Property Value

string

Size

Gets or sets font size.

public int Size { get; set; }

Property Value

int

Style

Gets or sets the style.

public FontStyle Style { get; set; }

Property Value

FontStyle

Underline

Gets or sets a value indicating whether the font is underlined.

public bool Underline { get; set; }

Property Value

bool

Weight

Gets or sets the weight.

public FontWeight Weight { get; set; }

Property Value

FontWeight

Methods

ParseWeight()

Parses the font weight from the face string.

public void ParseWeight()