Font Class |
Namespace: Rhino.DocObjects
The Font type exposes the following members.
Name | Description | |
---|---|---|
Font(String) | Initializes a new instance of the Font class | |
Font(String, FontFontWeight, FontFontStyle, Boolean, Boolean) | Initializes a new instance of the Font class | |
Font(String, FontFontWeight, FontFontStyle, FontFontStretch, Boolean, Boolean) | Initializes a new instance of the Font class |
Name | Description | |
---|---|---|
Bold | ||
Description |
Returns a long description that includes family, face, weight, stretch and style information.
Generally not useful for finding matching fonts.
| |
EnglishFaceName |
Returns English Face name
| |
EnglishFamilyName | ||
EnglishQuartetName | ||
FaceName |
Returns Face name
| |
FamilyName | ||
FamilyPlusFaceName |
Returns concatenated Family and Face names
| |
IsEngravingFont | ||
IsInstalled | Is this font installed on the system | |
IsSimulated | ||
IsSingleStrokeFont | ||
IsSymbolFont | ||
Italic | ||
LogfontName |
Returns Windows LOGFONT Face name
| |
PointSize | ||
PostScriptName |
Returns the Font PostScriptName - "Apple font name"
| |
QuartetName | ||
RichTextFontName |
Returns the Font RichTextFontName used in RTF strings:
{\\fonttbl...{\\fN RichTextFontName;}...}
| |
Stretch | ||
Strikeout | ||
Style | ||
Underlined | ||
Weight |
Name | Description | |
---|---|---|
AvailableFontFaceNames | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FromQuartetProperties | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData |
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
| |
GetSubstituteFont |
If this font is not installed on the system, try to find a substitute
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InstalledFonts | ||
InstalledFonts(String) | ||
InstalledFontsAsQuartets | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |