[]
A set of bit flags affecting the size of a serializable font.
[Flags]
public enum FontSubsetFlags
AdvancedPositioning = 16Include the GDEF, GPOS, BASE font tables.
AllFlags = PdfTextField | DeviceMetrics | SvgThe combination of flags that includes all possible options except the Woff.
BitmapGlyphs = 8Include font tables related to bitmap glyphs.
CmapName = 2Include the 'cmap' and 'name' font tables.
DeviceMetrics = 32Include the 'hdmx', VDMX, LTSH tables.
Kerning = 4Include the 'kern' font table.
MinimalSubset = 1Include the minimal set of font tables.
PdfRenderer = MinimalSubset | CmapName | BitmapGlyphsThe combination of flags for a subset that is enough to render any PDF content.
PdfTextField = Kerning | PdfRenderer | AdvancedPositioningThe combination of flags for a subset that is enough to use in editable PDF fields.
Svg = 64Include the table related to SVG outlines.
WholeFont = 0Do not create a subset, save the whole font.
Woff = 4096Save the resulting font in the WOFF format.