Enum DWriteInformationalStringId
The informational string enumeration identifies a string in a font.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteInformationalStringId
Fields
Name | Description |
---|---|
CopyrightNotice | Copyright notice provided by the font. |
Description | Description of the font. Can contain revision information, usage recommendations, history, features, etc. |
Designer | Name of the font designer. |
DesignerUrl | URL of font designer (with protocol, e.g., http://, ftp://). |
FontVendorUrl | URL of 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. |
FullName | The full name of the font, e.g. "Arial Bold", from name id 4 in the name table. |
LicenseDescription | Description of how the font may be legally used, or different example scenarios for licensed use. This field should be written in plain language, not legalese. |
LicenseInfoUrl | URL where additional licensing information can be found. |
Manufacturer | Name of the font manufacturer. |
None | Unspecified name ID. |
PostscriptCidName | The postscript CID findfont name, from name id 20 in the name table. |
PostscriptName | The postscript name of the font, e.g. "GillSans-Bold" from name id 6 in the name table. |
PreferredFamilyNames | 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 | Subfamily name preferred by the designer. This name is typically only present if it differs from the GDI-compatible subfamily name. |
SampleText | Sample text. This can be the font name or any other text that the designer thinks is the best example to display the font in. |
Trademark | Trademark information provided by the font. |
VersionStrings | String containing a version number. |
Win32FamilyNames | GDI-compatible family name. Because 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 | GDI-compatible subfamily name. |