Takaaki Fuji
Takaaki Fuji
When I try to typeset a longer text with uharfbuzz, `FreeTypePen` fails with the following error: ``` freetype.ft_errors.FT_Exception: FT_Exception: (raster overflow) ``` This is because the number of the points...
Descriptions in README.md seem to be missing for the following CMap Resources: - GBKp-EUC-H - GBKp-EUC-V - KSCms-UHC-HW-H - KSCms-UHC-HW-V I'm not sure the descriptions I filled out are correct...
```sh $ python
The timezone where I live is UTC+9. I modified a font with fontTools right after compiling it with MakeOTF. Due to the modification, `head.modified` has been updated and become 9...
``` $ tx -t1 -o font.pfa font.ufo ``` ``` tx: --- font.ufo tx: (t1w) glyph type doesn't match font type ``` `tx` started to fail when `font.ufo` contains glyph names...
When compiling a OTF from a UFO, the value for `version` in CFF TopDict is taken from the `versionMajor`/`versionMinor` in `fontinfo.plist`. As they are stored as integers not strings, we...
We found that some kerning pairs in CJK fonts were printed with no `palt` applied when generating a PostScript proof with `$ spot -P palt,kern font.otf`. - Steps to reproduce...
My colleague experienced the issue that the recent versions of `tx` could not handle the following cases: ```sh # download a CID-Keyed OpenType/CFF font and see what's included in each...
Both G3 and G2 support hotkey customisation for the builtin `.glyphsTool` plugins via the user defaults: ```sh $ defaults write com.GeorgSeifert.Glyphs3 AnnotationTool.Hotkey 'q' ``` I think it's nice to have...
MakeOTF causes the following error on the GitHub Actions runner, which runs Ubuntu 20.04.6 LTS and CPython 3.12.7: ``` $ git clone 'https://github.com/adobe-fonts/adobe-blank.git' && cd adobe-blank && source COMMANDS.txt ```...