Click or drag to resize
CanvasFontFileFormatType Enumeration
Indicates the file format of a font face.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasFontFileFormatType
Members
  Member nameValueDescription
Cff0An OpenType font face with CFF outlines.
TrueType1An OpenType font face with TrueType outlines.
TrueTypeCollection2An OpenType font face that is a part of a TrueType collection.
Type13A Type 1 font face.
Vector4A vector .FON format font face.
Bitmap5A bitmap .FON format font face.
Unknown6Font face type is not recognized by the DirectWrite font system.
RawCff7The font data includes only the CFF table from an OpenType CFF font. This font face type can be used only for embedded fonts (i.e., custom font file loaders) and the resulting font face object supports only the minimum functionality necessary to render glyphs.
See Also