Frank Grießhammer
Frank Grießhammer
Let’s keep in mind that `tx` is quite fast at converting files, our CJK fonts rely on it quite heavily (correct me if I’m wrong, @kenlunde). It would be a...
I think this conversion only really works by coincidence. The fact that A is at position 65 (which translates to x0041) will produce a range of useable characters – but...
Okay, to clear up any possible misconceptions: Unlike T1 fonts (PFA), OTFs don’t rely on a particular order of glyphs. Apart from the `.notdef` at position 0, glyphs can be...
The result looks something like this: ``` ➜ scriptjes python apply_stemhist.py /Users/fgriessh/work/source-serif-pro ┌───────────────────┐ │ SourceSerif_1.ufo │ └───────────────────┘ existing V stems: [85, 95] 84 | S a b d h k...
In our font tools meeting today, we were wondering what @skef would think about all this.
These are related: https://github.com/adobe-fonts/source-serif/issues/107 https://github.com/adobe-fonts/source-serif/issues/116 The license in question is the OFL license, a link to which is embedded into every single font file: https://github.com/adobe-fonts/source-code-pro/blob/main/familynameIDs.fea#L9 I think this might qualify...
I was curious about this, so I did some investigation: Focusing on this part of the bug report, I can see what you mean: The last `t` in `Document` seems...
I am using FontValidator as a command line tool, wrapped in a script file with other tools. My environment is macOS, and I use iTerm (which provides clickable link-access to...
I am sorry, my request is much simpler than that. So I wonder if we’re talking about the same thing here. Would it be possible to print ```Complete: myfont.otf.report.html``` instead...
I remember a time where the mantra “longer ligatures first” was important. I only found out about the re-ordering when trying to demonstrate this problem in one of my workshops....