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
| 参数 | 类型 | 描述 |
|---|---|---|
| fontType | Aspose::Font::FontType | Font 要转换的格式类型。 |
ReturnValue
Font converted into new format.
备注
注意:目前仅支持 TTF Font 类型。
另见
- 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
将 Font 转换为带有限字符集的另一种格式。
System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
| 参数 | 类型 | 描述 |
|---|---|---|
| fontType | Aspose::Font::FontType | Font 要转换的格式类型。 |
| limitingCharacterSet | System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> | 限制字符集。 |
ReturnValue
Font converted into new format.
备注
注意:目前仅支持 TTF Font 类型。
另见
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class ICollection
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++