Aspose::Font::Cff::CffFont::Convert method

CffFont::Convert method

Converts the Font into another format.

System::SharedPtr<Aspose::Font::Font> Aspose::Font::Cff::CffFont::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