class FontloaderMap
The top-level map is a list of encoding mappings. Each of those is a table itself.
Reference:
- Corresponding C source code: luafflib.c#L1346-L1404
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
FontloaderMap.enccount
for example 65537
FontloaderMap.encmax
for example 65537
FontloaderMap.backmax
for example 855
FontloaderMap.remap
FontloaderMap.map
non-linear array of mappings, for example { [32] = 1, [33] = 2, [34] = 3 }
FontloaderMap.backmap
non-linear array of backward mappings, for example { 32, 33, 34, 35, 36, 37, 38, 8217 }