Fini

Results 1297 comments of Fini

> linting shure ... oopsi you forced a 2nd time ;) ```console $ git push --force-with-lease To https://github.com/Finii/opentype.js.git ! [rejected] feature/output-CFF-private-DICT -> feature/output-CFF-private-DICT (stale info) error: failed to push some...

> We should also really have tests for this, so that nothing breaks in the future! If you define 'this' I could probably throw something together ;-D For checking the...

See commit message for explanation. Obviously wrong type in the table - changed that. ![image](https://github.com/user-attachments/assets/8d176b64-868d-45e0-9a29-50002dbf905e) ![image](https://github.com/user-attachments/assets/ccffc15c-e70c-4c06-810f-976249a56086) _Right: Example font (from `test/fonts/` directory) that has 3 values in `delta` of `StemSnapH`_

Added test code that checks * font file with private DICT * parse it * create new font from it * parse the new font * check the parse result's...

Fix private DICT in the presence of `subrs` (i.e. still does not include it as before, but correctly say so by removing a possible `subrs` operator from the private DICT....

Did manual check on different machine. * Start from scratch opentype repo and convert one example font * Use opentype from the PR and convert same font * Show diff...

Panose * #196 mentions missing Panose * #630 should fix this? Tests implemented now? Seems to be a `write` problem (i.e. reading works)? ![image](https://github.com/user-attachments/assets/399688bf-ffde-4d04-9a98-116fcbdf07bd) _Edit: Panose fixed in_ * _#761_...

Thank you @idan ! For the explanation, the kind words, and the change.

![image](https://github.com/user-attachments/assets/79c69fcb-e832-4f47-aa6b-4a5e07d316ea) * The eye has its own `path d`, that could be joined to one path (optional) * There is a double point that should be joined to get a...

The bitmap file is correct, though: ![image](https://github.com/koemaeda/gohufont-ttf/assets/16012374/fb468f35-1a6f-4cb5-ba2c-d2788024a067) _Circled the dot of the question mark_ Hmm, linking error? ![image](https://github.com/koemaeda/gohufont-ttf/assets/16012374/bcf83d09-9f40-4be6-840a-bb8db609856a) Look into the `ttf` file via `ttx`, just some lines shown here:...