TextStyle Class |
Namespace: DXFReaderNET.Tables
The TextStyle type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextStyle(String) |
Initializes a new instance of the TextStyle class. The font file name, without the extension, will be used as the TextStyle name.
|
![]() | TextStyle(String, String) |
Initializes a new instance of the TextStyle class.
|
Name | Description | |
---|---|---|
![]() | BigFont |
Gets or sets an Asian-language Big Font file.
|
![]() | CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) |
![]() ![]() | Default |
Gets the default text style.
|
![]() | FontFamilyName |
Gets the style font family name.
|
![]() | FontFile |
Gets or sets the text style font file name.
|
![]() | GlyphTypeface |
Gets the GliphTypface associated with the font file, this is only applicable to true type fonts.
|
![]() | Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) |
![]() | Height |
Gets or sets the text height.
|
![]() | IsBackward |
Gets or sets if the text is backward (mirrored in X).
|
![]() | IsReserved |
Gets if the table object is reserved and cannot be deleted.
(Inherited from TableObject.) |
![]() | IsUpsideDown |
Gets or sets if the text is upside down (mirrored in Y).
|
![]() | IsVertical |
Gets or sets the text is vertical.
|
![]() | Name |
Gets the name of the table object.
(Inherited from TableObject.) |
![]() | ObliqueAngle |
Gets or sets the font oblique angle in degrees.
|
![]() | Owner |
Gets the owner of the actual dxf object.
|
![]() | WidthFactor |
Gets or sets the width factor.
|
Name | Description | |
---|---|---|
![]() | Clone |
Creates a new TextStyle that is a copy of the current instance.
(Overrides TableObjectClone.) |
![]() | Clone(String) |
Creates a new TextStyle that is a copy of the current instance.
(Overrides TableObjectClone(String).) |
![]() | CompareTo(Object) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) |
![]() | CompareTo(TableObject) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) |
![]() | Equals(Object) |
Check if two TableObject are equal.
(Inherited from TableObject.) |
![]() | Equals(TableObject) |
Check if two TableObject are equal.
(Inherited from TableObject.) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Inherited from TableObject.) |
![]() | ToString |
Converts the value of this instance to its equivalent string representation.
(Inherited from TableObject.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultName |
Default text style name.
|