[]
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. |
| AllButName | The combination of flags that includes all possible options except the Woff and Name. |
| AllFlags | The combination of flags that includes all possible options except the Woff, Gsub, and Jstf. |
| BitmapGlyphs | Include font tables related to bitmap glyphs. |
| Cmap | Include the 'cmap' font table. |
| CmapName | Include the 'cmap' and 'name' font tables. |
| DeviceMetrics | Include the 'hdmx', VDMX, LTSH tables. |
| Gsub | Include the 'GSUB' font table. |
| Jstf | Include the 'JSTF' font table. |
| Kerning | Include the 'kern' font table. |
| MinimalSubset | Include the minimal set of font tables. |
| Name | Include the 'name' font table. |
| 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. |