Méthode Aspose::Font::Ttf::TtfFont::Convert
Contenu
[
Cacher
]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ètre | Type | Description |
|---|---|---|
| fontType | Aspose::Font::FontType | Type 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
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| fontType | Aspose::Font::FontType | Type de format du Font à convertir. |
| limitingCharacterSet | System::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
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class ICollection
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++