Text
|
The TextStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| TextStyle | Default constructor for the TextStyle class. | |
| TextStyle(String, String, Double, Double, Double, Double, Boolean, Boolean, Boolean, Boolean, Boolean, String) | Constructor for the TextStyle class. Constructs a text style with the specified properties. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Backward | Property that indicates whether text is drawn backwards with this Text Style. | |
| BigFontFileName | Property that represents the BigFont filename for this TextStyle. | |
| FileName | Property that represents a full path to the font file for this text style. | |
| Font | Property that represents the font associated with this TextStyle. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| LoadStyleRec | ||
| ObliquingAngle | Property that represents the obliquing angle of text. ObliquingAngle has a domain of ±1.48335 radians (±85°). Negative angles will have Oda2PI added to them. | |
| Overlined | Property that indicates whether the text is overlined. | |
| PreLoaded | Property that indicates whether this TextStyle has a pre-loaded font. | |
| StyleName | Property that represents the style name for this TextStyle. | |
| TextSize | Property that represents the fixed text size for this TextStyle. | |
| TrackingPercent | Property that represents the tracking percent for this TextStyle. | |
| Underlined | Property that indicates whether text is drawn underlined with this TextStyle. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
|
| UpsideDown | Property that indicates whether text is drawn upside down with this TextStyle. | |
| Vertical | Property that indicates whether text is drawn vertical with this TextStyle. | |
| XScale | Property that represents the X-scale (width) factor for this TextStyle. |
| Name | Description | |
|---|---|---|
| Clone | Creates a *clone* of this object, and returns a pointer to the
*clone*. (Inherited from RXObject) |
|
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| Create | Creates an object based on the passed pointer and returns a handle to the created object. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| ExtentsBox | Calculates the extents of the specified text string when using this text style. Currently not implemented. | |
| FromTextStyleTableRecord(ObjectId) | Copies a text style from the TextStyleTableRecord represented by the passed styleId. | |
| FromTextStyleTableRecord(String) | Copies a text style from the TextStyleTableRecord represented by the passed styleName. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| QueryX | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class. (Inherited from RXObject) |
|
| SetTrackKerning | Sets the tracking percent for this text style. Tracking percent is a multiplier for the spacing between characters as defined in the font file. | |
| ToString | (Inherited from Object) |
|
| X | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class, or throws an exception if it cannot. (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |