Class FontSettings
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Font settings.
public class FontSettingsInheritance
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
Properties
Face
Gets or sets the face.
public string Face { get; set; }Property Value
Name
Gets or sets font name.
public string Name { get; set; }Property Value
Size
Gets or sets font size.
public int Size { get; set; }Property Value
Style
Gets or sets the style.
public FontStyle Style { get; set; }Property Value
Underline
Gets or sets a value indicating whether the font is underlined.
public bool Underline { get; set; }Property Value
Weight
Gets or sets the weight.
public FontWeight Weight { get; set; }Property Value
Methods
ParseWeight()
Parses the font weight from the face string.
public void ParseWeight()