DioDocs for PDF
SystemFontCollection クラス プロパティ

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : SystemFontCollection クラス

このクラスのメンバの一覧は、SystemFontCollectionメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティ System.Collections.ObjectModel.ReadOnlyCollection<Font>から継承されます。
Public プロパティGets or sets the default system font.

If no system fonts were found, this value will be null. You can test for this condition at program startup, and assign a font to it if it is null.

 
Public プロパティ System.Collections.ObjectModel.ReadOnlyCollection<Font>から継承されます。
Public プロパティstatic (Shared in Visual Basic)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.

 
トップ
参照

SystemFontCollection クラス
GrapeCity.Documents.Text 名前空間