This documentation is archived and is not being maintained.
FontInfo Members
Visual Studio 2008
Encapsulates the font properties of text. This class cannot be inherited.
The FontInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClearDefaults | Resets all FontInfo properties to the unset state and clears the view state. |
|
CopyFrom | Duplicates the font properties of the specified FontInfo into the instance of the FontInfo class that this method is called from. |
|
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 a hash function for a particular type. (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.) |
|
MergeWith | Combines the font properties of the specified FontInfo with the instance of the FontInfo class that this method is called from. |
|
ShouldSerializeNames | Infrastructure. Determines whether the Names property should be persisted. |
|
ToString | Returns a string that contains the font name and size for an instance of the FontInfo class. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
|
Bold | Gets or sets a value that indicates whether the font is bold. |
|
Italic | Gets or sets a value that indicates whether the font is italic. |
|
Name | Gets or sets the primary font name. |
|
Names | Gets or sets an ordered array of font names. |
|
Overline | Gets or sets a value that indicates whether the font is overlined. |
|
Size | Gets or sets the font size. |
|
Strikeout | Gets or sets a value that indicates whether the font is strikethrough. |
|
Underline | Gets or sets a value that indicates whether the font is underlined. |
Show: