Methode Aspose::Font::FontFactory::Open

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)
ParameterTypBeschreibung
fontTypeFontTypeFont Typ.
fontDataSystem::ArrayPtr<uint8_t>Byte-Array, aus dem die Schriftart geladen wird.

ReturnValue

Font loaded.

Siehe auch

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)
ParameterTypBeschreibung
fontTypeFontTypeFont Typ.
fontStreamSourceSystem::SharedPtr<Sources::StreamSource>Datenstromquelle für die Schriftart.

ReturnValue

Font loaded.

Siehe auch

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)
ParameterTypBeschreibung
fontTypeFontTypeFont Typ.
fileNameSystem::StringFont Dateiname.

ReturnValue

Font loaded.

Siehe auch

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)
ParameterTypBeschreibung
fontDefinitionSystem::SharedPtr<Sources::FontDefinition>Font Definitionsobjekt.

ReturnValue

Font loaded.

Siehe auch