Aspose::Font::Ttf::TtfFont::Convert method
Contents
[
Hide
]TtfFont::Convert(Aspose::Font::FontType) method
Converts the Font into another format.
System::SharedPtr<Aspose::Font::Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
Parameter | Type | Description |
---|---|---|
fontType | Aspose::Font::FontType | Font format type to convert into. |
ReturnValue
Font converted into new format.
Remarks
Note: TTF Font type is now supported only.
See Also
- 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
Converts the Font into another format with limiting character set.
System::SharedPtr<Aspose::Font::Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
Parameter | Type | Description |
---|---|---|
fontType | Aspose::Font::FontType | Font format type to convert into. |
limitingCharacterSet | System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> | Limiting character set. |
ReturnValue
Font converted into new format.
Remarks
Note: TTF Font type is now supported only.
See Also
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class ICollection
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++