名前 | 解説 | |
---|---|---|
FontCollection コンストラクタ | Initializes a new instance of the FontCollection class. |
FontCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FontCollection コンストラクタ | Initializes a new instance of the FontCollection class. |
名前 | 解説 | |
---|---|---|
Count | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
DefaultFont | Gets or sets the default font. | |
Item | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
SyncRoot | Gets an object that can be used to synchronize access to the FontCollection. | |
SystemFonts | Gets the collection of system fonts. |
名前 | 解説 | |
---|---|---|
Add | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
AppendEudcFonts | Appends one or more fonts to the internal EUDC font list. | |
AppendFallbackFontFamilies | Appends one or more font family names to the internal list of fallback font families. | |
AppendFallbackFonts | Appends one or more fonts to the internal fallback font list. | |
AppendFonts | Appends fonts from the specified list to the collection. | |
ChooseFallbackFont | Searches for a fallback font containing the given code point that looks similar to the source font. | |
Clear | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
ClearEudcFonts | Clears the internal list of EUDC fonts. | |
ClearFallbackFontFamilies | Clears the internal list of fallback font families. | |
ClearFallbackFonts | Clears the internal list of fallback fonts. | |
Clone | Creates a copy of the current FontCollection. | |
Contains | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
FindEudcByFontPath | Searches for the first EUDC font having the specified font path. | |
FindFamilyName | オーバーロードされます。 Searches for a font with the specified family name and style. | |
FindFileName | Searches for the first font having the specified file name. | |
FindFontPath | Searches for the first font having the specified font path. | |
FindFullName | オーバーロードされます。 Searches for the first font with specified full name.
Full font name that reflects all family and relevant subfamily descriptors. | |
GetEnumerator | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
GetEudcFonts | Gets a snapshot of the internal EUDC font list. | |
GetFallbackFontFamilies | Gets a snapshot of the internal list of fallback font families. | |
GetFallbackFonts | Gets a snapshot of the internal fallback font list. | |
IndexOf | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
LoadFonts | オーバーロードされます。 Loads all fonts from a specified byte array into the collection.
Use the RegisterFont method if there is a font file. | |
RegisterDirectory | Appends all fonts (*.ttf, *.otf, *.ttc files) from the specified folder to the FontCollection. | |
RegisterFont | Appends all fonts from the specified font file to the collection. | |
Remove | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<Font>から継承されます。 | |
RemoveEudcFonts | Removes one or more fonts from the internal EUDC font list. | |
RemoveFallbackFontFamilies | Removes one or more font family names from the internal list of fallback font families. | |
RemoveFallbackFonts | Removes one or more fonts from the internal fallback font list. | |
SelectByFamilyName | オーバーロードされます。 Returns the list of fonts with the specified family name. | |
SelectByFileName | オーバーロードされます。 Returns the list of fonts having the same specified file name. | |
SelectByFontPath | オーバーロードされます。 Returns the list of fonts having the same specified font path. | |
SelectByFullName | オーバーロードされます。 Returns the list of fonts with the specified full name.
Full font name that reflects all family and relevant subfamily descriptors. | |
SelectByTypographicFamilyName | オーバーロードされます。 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. | |
SelectEudcByFontPath | オーバーロードされます。 Returns the list of EUDC fonts having the same specified font path. |