DioDocs for PDF
FontFallbackScope 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : FontFallbackScope 列挙体
Restricts the set of available fallback fonts for a TextLayout.
シンタックス
'宣言
 
Public Enum FontFallbackScope 
   Inherits System.Enum
public enum FontFallbackScope : System.Enum 
メンバ
メンバ解説
DefaultSearch fallback fonts in the custom font collection, then search in the system fonts.
FontCollectionOnlySearch fallback fonts in the custom font collection only, if any specified.
NoneDo not search for the font fallbacks.
継承階層

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

参照

GrapeCity.Documents.Text 名前空間