Open
Open(string, FontType)
Gibt FontDefinition für Schriftartdatei und Schriftarttyp zurück.
public static FontDefinition Open(string fileName, FontType fontType)
Parameter | Typ | Beschreibung |
---|---|---|
fileName | String | Dateiname der Schriftart. |
fontType | FontType | Schriftart. |
Rückgabewert
Schriftdefinition.
Siehe auch
- enum FontType
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
Open(StreamSource, FontType)
Gibt FontDefinition für Font-Stream-Quelle und Font-Typ zurück.
public static FontDefinition Open(StreamSource source, FontType fontType)
Parameter | Typ | Beschreibung |
---|---|---|
source | StreamSource | Font-Stream-Quelle. |
fontType | FontType | Schriftart. |
Rückgabewert
Schriftdefinition.
Siehe auch
- class StreamSource
- enum FontType
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font