Table of Contents

Enum GlyphImageFormatS

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Specifies which formats are supported in the font, either at a font-wide level or per glyph.

public enum GlyphImageFormatS

Fields

Cff = 2

The glyph has CFF outlines.

Colr = 4

The glyph has multilayered COLR data.

Jpeg = 32

The glyph has JPEG image data, with standard JIFF SOI header.

None = 0

Indicates no data is available for this glyph.

Png = 16

The glyph has PNG image data, with standard PNG IHDR.

PremultipliedB8G8R8A8 = 128

The glyph has raw 32-bit premultiplied BGRA data.

Svg = 8

The glyph has SVG outlines as standard XML. Fonts may store the content gzip'd rather than plain text, indicated by the first two bytes as gzip header {0x1F 0x8B}.

Tiff = 64

The glyph has TIFF image data.

Truetype = 1

The glyph has TrueType outlines.