[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontSubsetFlags

Enum FontSubsetFlags

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

A set of bit flags affecting the size of a serializable font.

[Flags]
public enum FontSubsetFlags

Fields

AdvancedPositioning = 16

Include the GDEF, GPOS, BASE font tables.

AllFlags = PdfTextField | DeviceMetrics | Svg

The combination of flags that includes all possible options except the Woff.

BitmapGlyphs = 8

Include font tables related to bitmap glyphs.

CmapName = 2

Include the 'cmap' and 'name' font tables.

DeviceMetrics = 32

Include the 'hdmx', VDMX, LTSH tables.

Kerning = 4

Include the 'kern' font table.

MinimalSubset = 1

Include the minimal set of font tables.

PdfRenderer = MinimalSubset | CmapName | BitmapGlyphs

The combination of flags for a subset that is enough to render any PDF content.

PdfTextField = Kerning | PdfRenderer | AdvancedPositioning

The combination of flags for a subset that is enough to use in editable PDF fields.

Svg = 64

Include the table related to SVG outlines.

WholeFont = 0

Do not create a subset, save the whole font.

Woff = 4096

Save the resulting font in the WOFF format.