System::Drawing::Text::PrivateFontCollection::AddFont method
PrivateFontCollection::AddFont method
Fügt die angegebene Schrift zur Sammlung hinzu.
void System::Drawing::Text::PrivateFontCollection::AddFont(const System::ArrayPtr<uint8_t> &data, int len)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | const System::ArrayPtr<uint8_t>& | Ein Byte‑Array, das die Schriftartdaten enthält |
| len | int | Die Größe des data‑Puffers in Bytes |
Siehe auch
- Typedef ArrayPtr
- Class PrivateFontCollection
- Namespace System::Drawing::Text
- Library Aspose.Font for C++