TextFont Members
Contains properties that specify the font settings for a presentation text.Constructors
| Name | Description |
|---|---|
| TextFont(String, String, Byte, Byte) | Initializes a new instance of the TextFont class with specified settings. |
| TextFont(String) | Initializes a new instance of the TextFont class with specified settings. |
Fields
| Name | Description |
|---|---|
| Automatic static |
Gets a TextFont object with automatic font settings.
|
| Charset | Gets the font’s character set. |
| Name | Gets the name of the font. |
| Panose | Gets the PANOSE classification of the font. |
| PitchFamily | Gets the pitch and family of the font. |
Methods
| Name | Description |
|---|---|
| Equals(TextFont) |
Indicates whether the current object is equal to another TextFont object.
|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Indicates whether the current object is equal to another object. |
| GetHashCode() | Returns a number that identifies the object instance. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the fully qualified type name of this instance. Inherited from ValueType. |
Operators
| Name | Description |
|---|---|
| Equality(TextFont, TextFont) static |
Determines whether two TextFont objects are equal.
|
| Implicit(String to TextFont) static |
Defines an implicit conversion of a string to a TextFont object.
|
| Inequality(TextFont, TextFont) static |
Determines whether two TextFont objects are not equal.
|
See Also