[]
A set of bit flags affecting the size of a serializable font.
[Flags]
public enum FontSubsetFlags
<Flags>
Public Enum FontSubsetFlags
Name | 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. |