Click or drag to resize
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
C#
public enum CanvasFontInformation
Members
  Member nameValueDescription
None0Indicates the string containing the unspecified name ID.
CopyrightNotice1Indicates the string containing the copyright notice provided by the font.
VersionStrings2Indicates the string containing a version number.
Trademark3Indicates the string containing the trademark information provided by the font.
Manufacturer4Indicates the string containing the name of the font manufacturer.
Designer5Indicates the string containing the name of the font designer.
DesignerUrl6Indicates the string containing the URL of the font designer (with protocol, e.g., http://, ftp://).
Description7Indicates the string containing the description of the font. This may also contain revision information, usage recommendations, history, features, and so on.
FontVendorUrl8Indicates 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.
LicenseDescription9Indicates the string containing the description of how the font may be legally used, or different example scenarios for licensed use.
LicenseInfoUrl10Indicates the string containing the URL where additional licensing information can be found.
Win32FamilyNames11Indicates 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").
Win32SubfamilyNames12Indicates the string containing a GDI-compatible subfamily name.
PreferredFamilyNames13Indicates 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.
PreferredSubfamilyNames14Indicates 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.
SampleText15Contains 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.
FullName16The full name of the font- e.g. "Arial Bold", from name id 4 in the name table.
PostscriptName17The postscript name of the font, like GillSans-Bold, from name id 6 in the name table.
PostscriptCidName18The postscript CID findfont name, from name id 20 in the name table
WwsFamilyName19Family name for the weight-width-slope model.
DesignScriptLanguageTag20Script/language tag to identify the scripts or languages that the font was primarily designed to support.
SupportedScriptLanguageTag21Script/language tag to identify the scripts or languages that the font declares it is able to support.
See Also