CffEncoding
Overview
CffEncoding is a class in Aspose.Font FOSS for Python.
Inherits from: FontEncoding.
Methods
| Signature | Description |
|---|---|
from_reader(r: BinaryReader, num_glyphs: int, charset: CffCharset, string_index: CffIndex) → "CffEncoding" | |
standard(charset: CffCharset) → "CffEncoding" | |
expert(charset: CffCharset) → "CffEncoding" | |
unicode_to_gid(codepoint: int) → GlyphId | |
get_all_codepoints() → list[int] |