Class FontSettings
Font settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class FontSettings
Constructors
FontSettings()
Initializes a new instance of the FontSettings class.
Declaration
public FontSettings()
FontSettings(string, string, int)
Initializes a new instance of the FontSettings class.
Declaration
public FontSettings(string name, string face, int size)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| string | face | The face. |
| int | size | The size. |
Properties
Face
Gets or sets the face.
Declaration
public string Face { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The face. |
Name
Gets or sets font name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name. |
Size
Gets or sets font size.
Declaration
public int Size { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The size. |
Style
Gets the style.
Declaration
public FontStyle Style { get; }
Property Value
| Type | Description |
|---|---|
| FontStyle | The style. |
Weight
Gets or sets weight.
Declaration
public FontWeight Weight { get; }
Property Value
| Type | Description |
|---|---|
| FontWeight | The weight. |
Methods
ParseWeight()
Parses the weight.
Declaration
public void ParseWeight()