Class TrueTypeFontDefinition
The represents the TrueType font definition for a text block.
public class TrueTypeFontDefinition
- Inheritance
-
TrueTypeFontDefinition
- Inherited Members
Properties
Family
Gets or sets the font family.
public string Family { get; set; }
Property Value
- string
Default value is "Arial".
Remarks
The TrueType font must be installed on the PC.
FillMarkingParameters
Gets or sets the fill parameters for TrueType fonts.
public FillMarkingParameters FillMarkingParameters { get; set; }
Property Value
Parameters
Gets or sets the TrueType font parameters.
public TrueTypeFontParameters Parameters { get; set; }
Property Value
Pattern
Gets or sets the pattern for TrueType fonts.
public TrueTypeFontPattern Pattern { get; set; }
Property Value
Style
Gets or sets the style.
public TrueTypeFontStyle Style { get; set; }