Metodo Aspose::Font::Ttf::TtfFont::Convert

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

Converte il Font in un altro formato.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
ParametroTipoDescrizione
fontTypeAspose::Font::FontTypeTipo di formato del Font in cui convertire.

ReturnValue

Font converted into new format.

Osservazioni

Nota: il tipo TTF Font è attualmente supportato solo.

Vedi anche

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

Converte il Font in un altro formato con un set di caratteri limitato.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
ParametroTipoDescrizione
fontTypeAspose::Font::FontTypeTipo di formato del Font in cui convertire.
limitingCharacterSetSystem::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>Limitazione del set di caratteri.

ReturnValue

Font converted into new format.

Osservazioni

Nota: il tipo TTF Font è attualmente supportato solo.

Vedi anche