Aspose::Font::IFontEncoding::Encode-Methode
IFontEncoding::Encode method
Kodiert das Glyph. Für TTF-Schriften ist der charCode Unicode.
virtual void Aspose::Font::IFontEncoding::Encode(uint32_t gid, uint32_t charCode)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| gid | uint32_t | Glyph-ID. |
| charCode | uint32_t | Zeichencode, der mit der Glyph‑ID verknüpft ist. |
Siehe auch
- Class IFontEncoding
- Namespace Aspose::Font
- Library Aspose.Font for C++