Aspose::Font::Ttf::TtfFont::Convert metodu
İçindekiler
[
Saklamak
]TtfFont::Convert(Aspose::Font::FontType) method
Font başka bir formata dönüştürür.
System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | Aspose::Font::FontType | Font dönüştürülecek format türü. |
ReturnValue
Font converted into new format.
Açıklamalar
Not: TTF Font türü şu anda yalnızca desteklenmektedir.
Ayrıca Bakınız
- 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 sınırlı karakter kümesiyle başka bir formata dönüştürür.
System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | Aspose::Font::FontType | Font dönüştürülecek format türü. |
| limitingCharacterSet | System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> | Karakter kümesini sınırlama. |
ReturnValue
Font converted into new format.
Açıklamalar
Not: TTF Font türü şu anda yalnızca desteklenmektedir.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class ICollection
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++