Class TypeToolFontInfo

TypeToolFontInfo class

Contains information about type tool font.

public class TypeToolFontInfo

Constructors

NameDescription
TypeToolFontInfo()The default constructor.

Properties

NameDescription
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

NameDescription
Save(StreamContainer)Saves the TypeToolFontInfo information to the specified stream container.

See Also