Table of Contents

Enum FontFileType

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

The type of a font represented by a single font file. Font formats that consist of multiple files, for example Type 1 .PFM and .PFB, have separate enum values for each of the file types.

public enum FontFileType

Fields

Bitmap = 7

Bitmap .FON font.

Cff = 1

OpenType font with CFF outlines.

OpenTypeCollection = 3

OpenType font that contains a TrueType collection.

Truetype = 2

OpenType font with TrueType outlines.

TruetypeCollection = 3

OpenType font that contains a TrueType collection.

Type1Pfb = 5

Type 1 PFB font.

Type1Pfm = 4

Type 1 PFM font.

Unknown = 0

Font type is not recognized by the DirectWrite font system.

Vector = 6

Vector .FON font.