名前 | 解説 | |
---|---|---|
Count | System.Collections.Generic.ICollection<Font>から継承されます。 | |
DefaultFont | Gets or sets the default system font. | |
IsReadOnly | System.Collections.Generic.ICollection<Font>から継承されます。 | |
Item | System.Collections.Generic.IList<Font>から継承されます。 |
IFontCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | System.Collections.Generic.ICollection<Font>から継承されます。 | |
DefaultFont | Gets or sets the default system font. | |
IsReadOnly | System.Collections.Generic.ICollection<Font>から継承されます。 | |
Item | System.Collections.Generic.IList<Font>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | System.Collections.Generic.ICollection<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. | |
ChooseFallbackFont | Searches for a fallback font containing the given code point that looks similar to the source font. | |
Clear | System.Collections.Generic.ICollection<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. | |
Contains | System.Collections.Generic.ICollection<Font>から継承されます。 | |
CopyTo | System.Collections.Generic.ICollection<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.Generic.IEnumerable<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.Generic.IList<Font>から継承されます。 | |
Insert | System.Collections.Generic.IList<Font>から継承されます。 | |
Remove | System.Collections.Generic.ICollection<Font>から継承されます。 | |
RemoveAt | System.Collections.Generic.IList<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. |