Aspose::Font::Ttf::TtcFontSource::TtcFontSource Konstruktor
TtcFontSource::TtcFontSource(System::SharedPtr<Sources::StreamSource>) constructor
Erstellt TTC Font Quelle basierend auf dem IStreamSource-Stream, der ein Objekt bereitstellt.
Aspose::Font::Ttf::TtcFontSource::TtcFontSource(System::SharedPtr<Sources::StreamSource> source)
| Parameter | Typ | Beschreibung |
|---|---|---|
| source | System::SharedPtr<Sources::StreamSource> | Quell-Stream zum Extrahieren von TTC Font Sammlungsdaten aus. |
Siehe auch
- Typedef SharedPtr
- Class StreamSource
- Class TtcFontSource
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++
TtcFontSource::TtcFontSource(System::String) constructor
Erstellt TTC Font Quelle basierend auf dem Dateipfad der TTC-Font-Sammlung.
Aspose::Font::Ttf::TtcFontSource::TtcFontSource(System::String filePath)
| Parameter | Typ | Beschreibung |
|---|---|---|
| filePath | System::String | Font Sammlungsdatei. |
Siehe auch
- Class String
- Class TtcFontSource
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++