Font |
public class FontX3D
The FontX3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Depth | Gets the extrusion depth. | |
| Font | Gets the underlying 2D font definition. | |
| FontFamilyName | Gets the name of the font family. | |
| Size | Gets the font size. | |
| Style | Gets the font style. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| 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 | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithDepth | Returns a copy of this font with a different extrusion depth. | |
| WithFamily | Returns a copy of this font with a different family. | |
| WithSize | Returns a copy of this font with a different size. | |
| WithStyle | Returns a copy of this font with a different style. |