TextStyle Class |
Namespace: netDxf.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, FontStyle) |
Initializes a new instance of the TextStyle class exclusively to be used with true type fonts.
| |
| TextStyle(String, String) |
Initializes a new instance of the TextStyle class.
| |
| TextStyle(String, String, FontStyle) |
Initializes a new instance of the TextStyle class exclusively to be used with true type fonts.
|
| Name | Description | |
|---|---|---|
| BigFont |
Gets or sets an Asian-language Big Font file.
| |
| CodeName |
Gets the DXF object name.
(Inherited from DxfObject.) | |
| Default |
Gets the default text style.
| |
| FontFamilyName |
Gets or sets the true type font family name.
| |
| FontFile |
Gets or sets the text style font file name.
| |
| FontStyle |
Gets or sets the true type font style.
| |
| 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.) | |
| IsTrueType |
Gets if the font used is a true type.
| |
| 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 text style.
| |
| WidthFactor |
Gets or sets the text 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.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Inherited from TableObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnNameChangedEvent | (Inherited from TableObject.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Inherited from TableObject.) |
| Name | Description | |
|---|---|---|
| NameChanged | (Inherited from TableObject.) |
| Name | Description | |
|---|---|---|
| DefaultName |
Default text style name.
|