Methode Aspose::Font::FontFactory::Open
Inhalt
[
Ausblenden
]FontFactory::Open(FontType, System::ArrayPtr<uint8_t>) method
Öffnet eine Schriftart unter Verwendung von Schriftarttyp und Schriftartdaten-Byte-Array.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::ArrayPtr<uint8_t> fontData)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fontType | FontType | Font Typ. |
| fontData | System::ArrayPtr<uint8_t> | Byte-Array, aus dem die Schriftart geladen wird. |
ReturnValue
Font loaded.
Siehe auch
- Typedef SharedPtr
- Class Font
- Enum FontType
- Typedef ArrayPtr
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::SharedPtr<Sources::StreamSource>) method
Öffnet eine Schriftart unter Verwendung von Schriftarttyp und Stream-Quelle.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::SharedPtr<Sources::StreamSource> fontStreamSource)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fontType | FontType | Font Typ. |
| fontStreamSource | System::SharedPtr<Sources::StreamSource> | Datenstromquelle für die Schriftart. |
ReturnValue
Font loaded.
Siehe auch
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class StreamSource
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::String) method
Öffnet eine Schriftart unter Verwendung von Schriftarttyp und Schriftartdateinamen.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::String fileName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fontType | FontType | Font Typ. |
| fileName | System::String | Font Dateiname. |
ReturnValue
Font loaded.
Siehe auch
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class String
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(System::SharedPtr<Sources::FontDefinition>) method
Öffnet eine Schriftart unter Verwendung eines FontDefinition-Objekts.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(System::SharedPtr<Sources::FontDefinition> fontDefinition)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fontDefinition | System::SharedPtr<Sources::FontDefinition> | Font Definitionsobjekt. |
ReturnValue
Font loaded.
Siehe auch
- Typedef SharedPtr
- Class Font
- Class FontDefinition
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++