FontDefinition
Inhalt
[
Ausblenden
]FontDefinition(FontType, string, StreamSource)
Erstellt eine Schriftartdefinition für eine einzelne Datei.
public FontDefinition(FontType fontType, string fileExtension, StreamSource streamSource)
Parameter | Typ | Beschreibung |
---|---|---|
fontType | FontType | Schriftart. |
fileExtension | String | Font-Dateierweiterung. |
streamSource | StreamSource | Font-Stream-Quelle. |
Siehe auch
- enum FontType
- class StreamSource
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(FontType, StreamSource)
Erstellt eine Schriftartdefinition für eine einzelne Datei.
public FontDefinition(FontType fontType, StreamSource streamSource)
Parameter | Typ | Beschreibung |
---|---|---|
fontType | FontType | Schriftart. |
streamSource | StreamSource | Font-Stream-Quelle. |
Siehe auch
- enum FontType
- class StreamSource
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(string, FontType, string, StreamSource)
Erstellt eine Schriftartdefinition für eine einzelne Datei.
public FontDefinition(string fontName, FontType fontType, string fileExtension,
StreamSource streamSource)
Parameter | Typ | Beschreibung |
---|---|---|
fontName | String | Schriftartenname. |
fontType | FontType | Schriftart. |
fileExtension | String | Font-Dateierweiterung. |
streamSource | StreamSource | Font-Stream-Quelle. |
Siehe auch
- enum FontType
- class StreamSource
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(FontType, FontFileDefinition)
Erstellt eine Schriftartdefinition für eine einzelne Datei.
public FontDefinition(FontType fontType, FontFileDefinition fileDefinition)
Parameter | Typ | Beschreibung |
---|---|---|
fontType | FontType | Schriftart. |
fileDefinition | FontFileDefinition | FontFileDefinition. |
Siehe auch
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(string, FontType, FontFileDefinition)
Erstellt eine Schriftartdefinition für eine einzelne Datei.
public FontDefinition(string fontName, FontType fontType, FontFileDefinition fileDefinition)
Parameter | Typ | Beschreibung |
---|---|---|
fontName | String | Schriftartenname. |
fontType | FontType | Schriftart. |
fileDefinition | FontFileDefinition | FontFileDefinition. |
Siehe auch
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(string, string, FontType, FontFileDefinition)
Erstellt eine Schriftartdefinition für eine einzelne Datei.
public FontDefinition(string fontName, string postscriptName, FontType fontType,
FontFileDefinition fileDefinition)
Parameter | Typ | Beschreibung |
---|---|---|
fontName | String | Schriftartenname. |
postscriptName | String | Name der Postscript-Schriftart. |
fontType | FontType | Schriftart. |
fileDefinition | FontFileDefinition | FontFileDefinition. |
Siehe auch
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(FontType, FontFileDefinition[])
Erstellt eine Schriftartdefinition für mehrere Dateien.
public FontDefinition(FontType fontType, FontFileDefinition[] fileDefinitions)
Parameter | Typ | Beschreibung |
---|---|---|
fontType | FontType | Schriftart. |
fileDefinitions | FontFileDefinition[] | Array von FontFileDefinition-Objekten. |
Siehe auch
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(string, string, FontType, FontFileDefinition[])
Erstellt eine Schriftartdefinition für mehrere Dateien.
public FontDefinition(string fontName, string postscriptName, FontType fontType,
FontFileDefinition[] fileDefinitions)
Parameter | Typ | Beschreibung |
---|---|---|
fontName | String | Schriftartenname. |
postscriptName | String | Name der Postscript-Schriftart. |
fontType | FontType | Schriftart. |
fileDefinitions | FontFileDefinition[] | Array von FontFileDefinition-Objekten. |
Siehe auch
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition)
Erstellt eine Schriftartdefinition für mehrere Dateien.
public FontDefinition(MultiLanguageString fontNames, MultiLanguageString postscriptNames,
FontType fontType, FontFileDefinition fileDefinition)
Parameter | Typ | Beschreibung |
---|---|---|
fontNames | MultiLanguageString | Schriftnamen. |
postscriptNames | MultiLanguageString | Postscript-Schriftnamen. |
fontType | FontType | Schriftart. |
fileDefinition | FontFileDefinition | FontFileDefinition. |
Siehe auch
- class MultiLanguageString
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition[])
Erstellt eine Schriftartdefinition für mehrere Dateien.
public FontDefinition(MultiLanguageString fontNames, MultiLanguageString postscriptNames,
FontType fontType, FontFileDefinition[] fileDefinitions)
Parameter | Typ | Beschreibung |
---|---|---|
fontNames | MultiLanguageString | Schriftnamen. |
postscriptNames | MultiLanguageString | Postscript-Schriftnamen. |
fontType | FontType | Schriftart. |
fileDefinitions | FontFileDefinition[] | Array von FontFileDefinition-Objekten. |
Siehe auch
- class MultiLanguageString
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namensraum Aspose.Font.Sources
- Montage Aspose.Font