名前 | 解説 | |
---|---|---|
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. | |
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.ObjectModel.ReadOnlyCollection<Font>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.ReadOnlyCollection<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.ReadOnlyCollection<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.ReadOnlyCollection<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. |