Aspose::Font::Ttf::TtfFont::Convert 方法

TtfFont::Convert(Aspose::Font::FontType) method

Font 转换为另一种格式。

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
参数类型描述
fontTypeAspose::Font::FontTypeFont 要转换的格式类型。

ReturnValue

Font converted into new format.

备注

注意:目前仅支持 TTF Font 类型。

另见

TtfFont::Convert(Aspose::Font::FontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>) method

Font 转换为带有限字符集的另一种格式。

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
参数类型描述
fontTypeAspose::Font::FontTypeFont 要转换的格式类型。
limitingCharacterSetSystem::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>限制字符集。

ReturnValue

Font converted into new format.

备注

注意:目前仅支持 TTF Font 类型。

另见