Sarah Groß

Results 253 comments of Sarah Groß
trafficstars

What I can say so far is that `font_13_13.otf` is that it is an old Adobe Type 1 (PostScript) font. Even Adobe itself as [dropped support for those in their...

You can check out this work-in-progress branch for a more forgiving handling of incomplete font files: https://github.com/Connum/opentype.js/tree/WIP/validation-error-handling ![image](https://github.com/opentypejs/opentype.js/assets/13076806/c10f3935-023f-49e8-a44a-13bec13b8a1d) ![image](https://github.com/opentypejs/opentype.js/assets/13076806/b85a773b-60e0-4558-8de0-84f30b79d65b) ![image](https://github.com/opentypejs/opentype.js/assets/13076806/1d5dff9e-171e-4a2f-9fdf-a337a8578d73)

There are probably too many cases of what can go wrong with a font, but with each example provided we can address more places in the code that prevent incomplete...

font_14 seems to be a raw CFF table, but I'm not entirely sure yet. While fontforge manages to open even that, I'm not sure if opentype.js should really support that......

With the latest update to the branch, CFF Type1 will load. It might not be complete, but should be enough to get the glyph paths and some basic meta data....

So I hacked together a solution for loading the PostScript Type1 fonts, here's a proof of concept: ![image](https://github.com/opentypejs/opentype.js/assets/13076806/62beb3ea-1198-4582-a897-21456cadbaa1) However this is not viable as a solution to be integrated into...

> May I ask if the support for type1 font parsing is still in your and your team's development plan? ~ Sure, it's just that not much development happened over...

@hanke677 may I ask why you're closing this? I already put in some work to implement this, and although it will probably be a plug in solution instead of being...