Class CharacterDefinition
Represents character settings.
public class CharacterDefinition
  - Inheritance
 - 
      
      CharacterDefinition
 
- Inherited Members
 
Properties
Font
Gets or sets the character font.
public CharacterFont Font { get; set; }
  Property Value
Proportions
Gets or sets the character proportions.
public CharacterProportional Proportions { get; set; }
  Property Value
Ratio
Gets or sets the character width via ratio in relation to character height.
public CharacterRatio Ratio { get; set; }
  Property Value
Size
Gets or sets the character size.
public CharacterSize Size { get; set; }