CanvasFontInformation Enumeration |
Specifies an informational string embedded in a font file.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public enum CanvasFontInformation
Members
| Member name | Value | Description |
---|
| None | 0 | Indicates the string containing the unspecified name ID. |
| CopyrightNotice | 1 | Indicates the string containing the copyright notice provided by the font. |
| VersionStrings | 2 | Indicates the string containing a version number. |
| Trademark | 3 | Indicates the string containing the trademark information provided by the font. |
| Manufacturer | 4 | Indicates the string containing the name of the font manufacturer. |
| Designer | 5 | Indicates the string containing the name of the font designer. |
| DesignerUrl | 6 | Indicates the string containing the URL of the font designer (with protocol, e.g., http://, ftp://). |
| Description | 7 | Indicates the string containing the description of the font. This may also contain revision information, usage recommendations, history, features, and so on. |
| FontVendorUrl | 8 | Indicates the string containing the URL of the font vendor (with protocol, e.g., http://, ftp://). If a unique serial number is embedded in the URL, it can be used to register the font. |
| LicenseDescription | 9 | Indicates the string containing the description of how the font may be legally used, or different example scenarios for licensed use. |
| LicenseInfoUrl | 10 | Indicates the string containing the URL where additional licensing information can be found. |
| Win32FamilyNames | 11 | Indicates the string containing the GDI-compatible family name. Since GDI allows a maximum of four fonts per family, fonts in the same family may have different GDI-compatible family names (e.g., "Arial", "Arial Narrow", "Arial Black"). |
| Win32SubfamilyNames | 12 | Indicates the string containing a GDI-compatible subfamily name. |
| PreferredFamilyNames | 13 | Indicates the string containing the family name preferred by the designer. This enables font designers to group more than four fonts in a single family without losing compatibility with GDI. This name is typically only present if it differs from the GDI-compatible family name. |
| PreferredSubfamilyNames | 14 | Indicates the string containing the subfamily name preferred by the designer. This name is typically only present if it differs from the GDI-compatible subfamily name. |
| SampleText | 15 | Contains sample text for display in font lists. This can be the font name or any other text that the designer thinks is the best example to display the font in. |
| FullName | 16 | The full name of the font- e.g. "Arial Bold", from name id 4 in the name table. |
| PostscriptName | 17 | The postscript name of the font, like GillSans-Bold, from name id 6 in the name table. |
| PostscriptCidName | 18 | The postscript CID findfont name, from name id 20 in the name table |
| WwsFamilyName | 19 | Family name for the weight-width-slope model. |
| DesignScriptLanguageTag | 20 | Script/language tag to identify the scripts or languages that the font was primarily designed to support. |
| SupportedScriptLanguageTag | 21 | Script/language tag to identify the scripts or languages that the font declares it is able to support. |
See Also