OpenTypeNameId Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies OpenType name table entry identifiers.
public enum OpenTypeNameId
- Inheritance
-
OpenTypeNameId
Fields
| Name | Value | Description |
|---|---|---|
| Copyright | 0 | Copyright notice (ID 0). |
| FontFamily | 1 | Font family name (ID 1). |
| FontSubfamily | 2 | Font subfamily name (ID 2). |
| UniqueId | 3 | Unique font identifier (ID 3). |
| FullName | 4 | Full font name (ID 4). |
| VersionString | 5 | Version string (ID 5). |
| PostscriptName | 6 | PostScript name (ID 6). |
| Trademark | 7 | Trademark notice (ID 7). |
| Manufacturer | 8 | Manufacturer name (ID 8). |
| Designer | 9 | Designer name (ID 9). |
| Description | 10 | Description (ID 10). |
| VendorUrl | 11 | Vendor URL (ID 11). |
| DesignerUrl | 12 | Designer URL (ID 12). |
| License | 13 | License description (ID 13). |
| LicenseUrl | 14 | License URL (ID 14). |
| TypographicFamily | 16 | Typographic family name (ID 16). |
| TypographicSubfamily | 17 | Typographic subfamily name (ID 17). |
| MacFullName | 18 | Compatible full name for Mac (ID 18). |
| SampleText | 19 | Sample text (ID 19). |
| CidFindFontName | 20 | PostScript CID findfont name (ID 20). |
| WwsFamily | 21 | WWS family name (ID 21). |
| WwsSubfamily | 22 | WWS subfamily name (ID 22). |
| LightBackground | 23 | Light background palette (ID 23). |
| DarkBackground | 24 | Dark background palette (ID 24). |
| VariationsPostscriptPrefix | 25 | Variations PostScript name prefix (ID 25). |
| Invalid | 65535 | Invalid name ID. |