Aspose::Font::Ttf::TtfFont::Convert Methode

TtfFont::Convert(Aspose::Font::FontType) method

Konvertiert den Font in ein anderes Format.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
ParameterTypBeschreibung
fontTypeAspose::Font::FontTypeFormattyp des Font, in den konvertiert werden soll.

ReturnValue

Font converted into new format.

Hinweise

Hinweis: Der TTF Font Typ wird derzeit nur unterstützt.

Siehe auch

TtfFont::Convert(Aspose::Font::FontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>) method

Konvertiert den Font in ein anderes Format mit begrenztem Zeichensatz.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
ParameterTypBeschreibung
fontTypeAspose::Font::FontTypeFormattyp des Font, in den konvertiert werden soll.
limitingCharacterSetSystem::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>Begrenzender Zeichensatz.

ReturnValue

Font converted into new format.

Hinweise

Hinweis: Der TTF Font Typ wird derzeit nur unterstützt.

Siehe auch