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)
ParameterTypBeschreibung
sourceSystem::SharedPtr<Sources::StreamSource>Quell-Stream zum Extrahieren von TTC Font Sammlungsdaten aus.

Siehe auch

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)
ParameterTypBeschreibung
filePathSystem::StringFont Sammlungsdatei.

Siehe auch