PrintDocument for WinForms
EmbeddedFontsGlyphsBuildMode 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : EmbeddedFontsGlyphsBuildMode 列挙体
Defines methods used to create lists of glyphs in an EmbeddedFont.
シンタックス
'宣言
 
Public Enum EmbeddedFontsGlyphsBuildMode 
   Inherits System.Enum
'使用法
 
Dim instance As EmbeddedFontsGlyphsBuildMode
public enum EmbeddedFontsGlyphsBuildMode : System.Enum 
メンバ
メンバ解説
AllAll font glyphs are added to an EmbeddedFont.
UnicodeRangesFor each character used in a document or report, its whole Unicode range is added to an EmbeddedFont.
UsedCharsOnly glyphs for the actual characters used in a document or report are added to an EmbeddedFont.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.EmbeddedFontsGlyphsBuildMode

参照

C1.C1Preview 名前空間