DioDocs for PDF
FontSubsetFlags 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : FontSubsetFlags 列挙体
A set of bit flags affecting the size of a serializable font.
シンタックス
'宣言
 
Public Enum FontSubsetFlags 
   Inherits System.Enum
public enum FontSubsetFlags : System.Enum 
メンバ
メンバ解説
AdvancedPositioningInclude the GDEF, GPOS, BASE font tables.
AllFlagsThe combination of flags that includes all possible options except the Woff.
BitmapGlyphsInclude font tables related to bitmap glyphs.
CmapNameInclude the 'cmap' and 'name' font tables.
DeviceMetricsInclude the 'hdmx', VDMX, LTSH tables.
KerningInclude the 'kern' font table.
MinimalSubsetInclude the minimal set of font tables.
PdfRendererThe combination of flags for a subset that is enough to render any PDF content.
PdfTextFieldThe combination of flags for a subset that is enough to use in editable PDF fields.
SvgInclude the table related to SVG outlines.
WholeFontDo not create a subset, save the whole font.
WoffSave the resulting font in the WOFF format.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.FontSubsetFlags

参照

GrapeCity.Documents.Text 名前空間