public class FontInfo
Public Class FontInfo
public ref class FontInfo
type FontInfo = class end
FontInfo(FontInfo, FontfaceStyle) | Initializes a new FontInfo that uses the specified existing FontInfo and FontfaceStyle enumeration. |
FontInfo(IFontFamily, Single, FontfaceStyle) | Initializes a new FontInfo using a specified size and style. |
FontInfo(String, Single, FontfaceStyle) | Initializes a new FontInfo using a specified size and style. |
FontFamily | Gets the IFontFamily associated with this FontInfo. |
Height | Gets the line spacing of this FontInfo. |
Name | Gets the face name of this FontInfo. |
Size | Gets the em-size of this FontInfo. |
Style | Gets style information for this FontInfo. |
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) |
GetMetrics | Returns font metrics for the current FontInfo 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) |