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.

 
トップ
パブリック メソッド
 名前解説
Public メソッドAppends one or more fonts to the internal EUDC font list.  
Public メソッドAppends one or more font family names to the internal list of fallback font families.  
Public メソッドAppends one or more fonts to the internal fallback font list.  
Public メソッドSearches for a fallback font containing the given code point that looks similar to the source font.  
Public メソッドClears the internal list of EUDC fonts.  
Public メソッドClears the internal list of fallback font families.  
Public メソッドClears the internal list of fallback fonts.  
Public メソッド System.Collections.ObjectModel.ReadOnlyCollection<Font>から継承されます。
Public メソッド System.Collections.ObjectModel.ReadOnlyCollection<Font>から継承されます。
Public メソッドSearches for the first EUDC font having the specified font path.  
Public メソッドオーバーロードされます。 Searches for a font with the specified family name and style.  
Public メソッドSearches for the first font having the specified file name.  
Public メソッドSearches for the first font having the specified font path.  
Public メソッドオーバーロードされます。 Searches for the first font with specified full name.

Full font name that reflects all family and relevant subfamily descriptors.

 
Public メソッド System.Collections.ObjectModel.ReadOnlyCollection<Font>から継承されます。
Public メソッドGets a snapshot of the internal EUDC font list.  
Public メソッドGets a snapshot of the internal list of fallback font families.  
Public メソッドGets a snapshot of the internal fallback font list.  
Public メソッド System.Collections.ObjectModel.ReadOnlyCollection<Font>から継承されます。
Public メソッドRemoves one or more fonts from the internal EUDC font list.  
Public メソッドRemoves one or more font family names from the internal list of fallback font families.  
Public メソッドRemoves one or more fonts from the internal fallback font list.  
Public メソッドオーバーロードされます。 Returns the list of fonts with the specified family name.  
Public メソッドオーバーロードされます。 Returns the list of fonts having the same specified file name.  
Public メソッドオーバーロードされます。 Returns the list of fonts having the same specified font path.  
Public メソッドオーバーロードされます。 Returns the list of fonts with the specified full name.

Full font name that reflects all family and relevant subfamily descriptors.

 
Public メソッドオーバーロードされます。 Returns the list of fonts with the specified typographic family name.

The typographic family grouping doesn't impose any constraints on the number of faces within it, in contrast with the 4-style family grouping.

 
Public メソッドオーバーロードされます。 Returns the list of EUDC fonts having the same specified font path.  
トップ
参照

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