Enum InformationalStringId
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The informational string enumeration which identifies a string embedded in a font file.
public enum InformationalStringId
Fields
CopyrightNotice = 1
Indicates the string containing the copyright notice provided by the font.
Description = 7
Indicates the string containing the description of the font. This may also contain revision information, usage recommendations, history, features, and so on.
DesignScriptLanguageTag = 20
No documentation.
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://).
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.
FullName = 16
The full name of the font, like Arial Bold, from name id 4 in the name table
LicenseDescription = 9
Indicates the string containing the description of how the font may be legally used, or different example scenarios for licensed use.
LicenseInformationUrl = 10
Indicates the string containing the URL where additional licensing information can be found.
Manufacturer = 4
Indicates the string containing the name of the font manufacturer.
None = 0
Indicates the string containing the unspecified name ID.
PostscriptCidName = 18
The postscript CID findfont name, from name id 20 in the name table
PostscriptName = 17
The postscript name of the font, like GillSans-Bold, from name id 6 in the name table.
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.
SupportedScriptLanguageTag = 21
No documentation.
Trademark = 3
Indicates the string containing the trademark information provided by the font.
TypographicFamilyNames = 13
Indicates the string containing a GDI-compatible subfamily name.
TypographicSubFamilyNames = 14
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.
VersionStrings = 2
Indicates the string containing a version number.
WeightStretchStyleFamilyName = 19
No documentation.
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.
WwsFamilyName = 19
No documentation.