Aspose::Font::Sources::FontDefinition Klasse

FontDefinition class

Stellt die Font-Dateisatzdefinition dar. Diese Klasse enthält Felder, die nicht mit internen Font‑Daten zusammenhängen. Diese Felder beschreiben die Font‑Platzierung und weitere Daten, die zum Laden einer Font aus einer Font‑Quelle (Datei, Speicher usw.) benötigt werden.

class FontDefinition : public System::Object

Methoden

MethodeBeschreibung
FontDefinition(Aspose::Font::FontType, System::String, System::SharedPtr<StreamSource>)Erstellt eine ein‑Datei‑Font-Definition.
FontDefinition(Aspose::Font::FontType, System::SharedPtr<StreamSource>)Erstellt eine ein‑Datei‑Font-Definition.
FontDefinition(System::String, Aspose::Font::FontType, System::String, System::SharedPtr<StreamSource>)Erstellt eine ein‑Datei‑Font-Definition.
FontDefinition(Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>)Erstellt eine ein‑Datei‑Font-Definition.
FontDefinition(System::String, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>)Erstellt eine ein‑Datei‑Font-Definition.
FontDefinition(System::String, System::String, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>)Erstellt eine ein‑Datei‑Font-Definition.
FontDefinition(Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>)Erstellt eine Mehr‑Datei‑Font-Definition.
FontDefinition(System::String, System::String, Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>)Erstellt eine Mehr‑Datei‑Font-Definition.
FontDefinition(System::SharedPtr<MultiLanguageString>, System::SharedPtr<MultiLanguageString>, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>)Erstellt eine Mehr‑Datei‑Font-Definition.
FontDefinition(System::SharedPtr<MultiLanguageString>, System::SharedPtr<MultiLanguageString>, Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>)Erstellt eine Mehr‑Datei‑Font-Definition.
get_FileDefinitions() constLiest die Sammlung von Dateidefinitionen.
virtual get_FontName()Gibt den Namen der Font-Datei zurück.
virtual get_FontNames()Ruft die Namen des Font als ein MultiLanguageString ab.
get_FontType() constRuft den Typ des Font ab.
virtual get_PostscriptName()Ruft den PostScript-Font Namen ab.
get_PostscriptNames() constRuft die PostScript-Font Namen als ein MultiLanguageString ab.
static Open(System::String, Aspose::Font::FontType)Gibt die FontDefinition für die Schriftdatei und den Font-Typ zurück.
static Open(System::SharedPtr<StreamSource>, Aspose::Font::FontType)Gibt die FontDefinition für die Font-Stream-Quelle und den Font-Typ zurück.

Siehe auch