'Declaration Public Enum FontSubsetFlags Inherits System.Enum
public enum FontSubsetFlags : System.Enum
'Declaration Public Enum FontSubsetFlags Inherits System.Enum
public enum FontSubsetFlags : System.Enum
Member | Description |
---|---|
AdvancedPositioning | Include the GDEF, GPOS, BASE font tables. |
AllFlags | The combination of flags that includes all possible options except the Woff. |
BitmapGlyphs | Include font tables related to bitmap glyphs. |
CmapName | Include the 'cmap' and 'name' font tables. |
DeviceMetrics | Include the 'hdmx', VDMX, LTSH tables. |
Kerning | Include the 'kern' font table. |
MinimalSubset | Include the minimal set of font tables. |
PdfRenderer | The combination of flags for a subset that is enough to render any PDF content. |
PdfTextField | The combination of flags for a subset that is enough to use in editable PDF fields. |
Svg | Include the table related to SVG outlines. |
WholeFont | Do not create a subset, save the whole font. |
Woff | Save the resulting font in the WOFF format. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.FontSubsetFlags