|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
FontFamily
|
|
Creates a font family with the specified name. |
|
|
|
|
|
|
|
S» BuiltInFromGeneric
|
|
Gets a built-in font family for the specified generic font
family. |
|
|
|
|
|
|
|
S» BuiltInFromName
|
|
Gets a new built-in font family with the specified name. |
|
|
|
|
|
|
|
Dispose
|
|
Disposing this object does nothing. The interface is present
simply for compatibility with System.Drawing code. |
|
|
|
|
|
|
|
Equals
|
|
Determines whether the specified object is a FontFamily, value
identical to this one. |
|
|
|
|
|
|
|
GetCellAscent
|
|
Get the cell ascent of the font family in a particular
style. |
|
|
|
|
|
|
|
GetCellDescent
|
|
Returns the cell descent of the font family in a particular
style. |
|
|
|
|
|
|
|
GetEmHeight
|
|
Gets the em square height of the font family in a particular
style. |
|
|
|
|
|
|
|
GetHashCode
|
|
Obtains a hash code for the Family. |
|
|
|
|
|
|
|
GetLineSpacing
|
|
Gets the line spacing of the font family in a particular
style. |
|
|
|
|
|
|
|
GetName
|
|
Returns the name of the font family in a particular
language. |
|
|
|
|
|
|
|
IsStyleAvailable
|
|
Whether the specified font style is available. |
|
|
|
|
|
|
|
ToString
|
|
Converts the object to string. |
|
|
|
|
|
|