TypeToolFontInfo
Contains information about type tool font.
public class TypeToolFontInfo
Constructors
Properties
Name |
Description |
DesignAxes { get; set; } |
Gets or sets the design axes vector to follow. |
DesignVectorValue { get; set; } |
Gets or sets the design vector value. |
FontFamily { get; set; } |
Gets or sets the font family. |
FontName { get; set; } |
Gets or sets the font name. |
FontStyle { get; set; } |
Gets or sets the font style name. |
FontTypeData { get; set; } |
Gets or sets the font type data. |
Length { get; } |
Gets the length. |
MarkValue { get; set; } |
Gets or sets the mark value. |
ScriptValue { get; set; } |
Gets or sets the script value. |
Methods
Name |
Description |
Save(StreamContainer) |
Saves the TypeToolFontInfo information to the specified stream container. |
See Also