名前 | 解説 | |
---|---|---|
AddEudcFont | Associates user-defined characters from the specified EUDC Font to the current font. | |
AddLinkedFont | Adds a link to the specified Font. | |
ChooseEudcFontLink | Searches for an associated EUDC Font containing the given code point. | |
ChooseLinkedFont | Searches for a linked Font containing the given code point. | |
ClearEudcFontLinks | Clears the list of the associated EUDC Fonts. | |
ClearLinkedFonts | Clears the list of the linked Fonts. | |
CollectionFromArray | Loads all Fonts from a byte array containing single font or a font collection. | |
CollectionFromFile | Loads all Fonts from a specified font file. | |
CollectionFromStream | Loads all Fonts from a specified stream containing single font or a font collection. | |
ContainsCodePoint | Returns a value indicating whether the font can map the specified code point to a glyph. | |
CreateFontTables | Creates an instance of the FontTables class for this font with the specified set of OpenType tables. Used to access information contained in the font's OpenType tables. | |
FromArray | オーバーロードされます。 Loads the first Font from a byte array. | |
FromFile | オーバーロードされます。 Loads the first Font from a specified file. | |
FromStream | オーバーロードされます。 Loads a Font from the specified stream. | |
GetDefaultEudcFont | Returns the default EUDC font. | |
GetEudcFontLinks | Gets a snapshot of the internal list of links to the associated EUDC fonts. | |
GetLinkedFonts | Gets a snapshot of the internal list of linked fonts. | |
GetLocalFamilyName | Returns the localized version of font family name for the specified language ID. | |
HasEudcFontLinks | Gets a value indicating whether the font has the associated EUDC Fonts. | |
HasLinkedFonts | Gets a value indicating whether the font has linked Fonts. | |
MatchFontFamilyName | Returns True if the specified string matches the font family name or its local equivalent. | |
RemoveEudcFont | Removes association to the specified EUDC Font from the current font. | |
RemoveLinkedFont | Removes a link to the specified Font. | |
TestCodePageRange | Checks whether the specified code page character range is considered functional (see Os2CodePageRange). | |
TestUnicodeRange | Checks whether the specified Unicode range is considered functional (see Os2UnicodeRange). | |
ToString | Returns a string that represents the Font. | |
UpdateDefaultEudcFont | Assigns the default EUDC font. |