DioDocs for PDF
NoSystemFonts プロパティ

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > SystemFontCollection クラス : NoSystemFonts プロパティ
Gets or sets a value indicating whether the automatic loading of system fonts is to be omitted in the static constructor of the FontCollection class.

The default is false, and the FontCollection's static constructor loads all fonts installed in the system. This is usually fast and does not consume significant resources, but sometimes may cause problems (e.g. if an installed font file is corrupt). In such cases set this property to true at program startup, before accessing any members of the FontCollection class.

シンタックス
'宣言
 
Public Shared Property NoSystemFonts As System.Boolean
public static System.bool NoSystemFonts {get; set;}
参照

SystemFontCollection クラス
SystemFontCollection メンバ