Aspose::Font::Ttf::TtfFont::Convert Methode
Inhalt
[
Ausblenden
]TtfFont::Convert(Aspose::Font::FontType) method
Konvertiert den Font in ein anderes Format.
System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| fontType | Aspose::Font::FontType | Formattyp des Font, in den konvertiert werden soll. |
ReturnValue
Font converted into new format.
Hinweise
Hinweis: Der TTF Font Typ wird derzeit nur unterstützt.
Siehe auch
- 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
Konvertiert den Font in ein anderes Format mit begrenztem Zeichensatz.
System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fontType | Aspose::Font::FontType | Formattyp des Font, in den konvertiert werden soll. |
| limitingCharacterSet | System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> | Begrenzender Zeichensatz. |
ReturnValue
Font converted into new format.
Hinweise
Hinweis: Der TTF Font Typ wird derzeit nur unterstützt.
Siehe auch
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class ICollection
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++