Aspose::Font::Sources::FontDefinition::Open Methode
FontDefinition::Open(System::SharedPtr<StreamSource>, Aspose::Font::FontType) method
Gibt FontDefinition für die Font‑Stream‑Quelle und den Font‑Typ zurück.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::SharedPtr<StreamSource> source, Aspose::Font::FontType fontType)
| Parameter | Typ | Beschreibung |
|---|---|---|
| source | System::SharedPtr<StreamSource> | Font Streamquelle. |
| fontType | Aspose::Font::FontType | Font Typ. |
ReturnValue
Siehe auch
- Typedef SharedPtr
- Class FontDefinition
- Class StreamSource
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::Open(System::String, Aspose::Font::FontType) method
Gibt FontDefinition für die Font‑Datei und den Font‑Typ zurück.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::String fileName, Aspose::Font::FontType fontType)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fileName | System::String | Font Dateiname. |
| fontType | Aspose::Font::FontType | Font Typ. |
ReturnValue
Siehe auch
- Typedef SharedPtr
- Class FontDefinition
- Class String
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++