Metodo Aspose::Font::Ttf::TtfFont::Convert
Contenuti
[
Nascondere
]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
| Parametro | Tipo | Descrizione |
|---|---|---|
| fontType | Aspose::Font::FontType | Tipo di formato del Font in cui convertire. |
ReturnValue
Font converted into new format.
Osservazioni
Nota: il tipo TTF Font è attualmente supportato solo.
Vedi anche
- 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
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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| fontType | Aspose::Font::FontType | Tipo di formato del Font in cui convertire. |
| limitingCharacterSet | System::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
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class ICollection
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++