Méthode Aspose::Font::Ttf::TtfFont::Convert

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

Convertit le Font en un autre format.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
ParamètreTypeDescription
fontTypeAspose::Font::FontTypeType de format du Font à convertir.

ReturnValue

Font converted into new format.

Remarques

Remarque : le type TTF Font est désormais le seul pris en charge.

Voir aussi

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

Convertit le Font en un autre format avec un jeu de caractères limité.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
ParamètreTypeDescription
fontTypeAspose::Font::FontTypeType de format du Font à convertir.
limitingCharacterSetSystem::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>Limitation du jeu de caractères.

ReturnValue

Font converted into new format.

Remarques

Remarque : le type TTF Font est désormais le seul pris en charge.

Voir aussi