Closed bcardarella closed 2 years ago
This was actually an issue in the truetype_metrics font parser.
The FiraCode font uses type 12 cmap tables, which the parser didn't have support for. This has been added and is now released to hex as truetype_metrics version 0.6.0
I've downloaded FiraCode: https://github.com/tonsky/FiraCode and have copied
FiraCode-Regular.ttf
toassets/fonts
In my Scenic app I have an
assets
module:However when I try to make use of the font:
I get the following error:
Am I doing something wrong or is there an issue with how this font file is trying to be read?