Aspose::Font::Ttf::TtfFont::Convert method

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
ParameterTypeDescription
fontTypeAspose::Font::FontTypeFont format type to convert into.

ReturnValue

Font converted into new format.

Remarks

Note: TTF Font type is now supported only.

See Also

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)
ParameterTypeDescription
fontTypeAspose::Font::FontTypeFont format type to convert into.
limitingCharacterSetSystem::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