#simple

3 posts · Last used Jul 06

Back to Timeline
Sophie @sophia81@icosahedron.website · Jul 06, 2026

The 'A' glyph from the font "MrBedford-Regular.ttf" rendered in a font creation tool, and the points from it rendered in ASCII from my program.

The "gotcha" for me was the IS_SAME_OR_POSITIVE flags in the glyf table.

TT fonts store their points as relative to the previous point. So each "point" is a delta value.

"IS_SAME" does not mean the current delta is the same as the previous delta, it means this delta is 0.

Tell me I'm not the only person who could have made that mistake.... https://learn.microsoft.com/en-us/typography/opentype/spec/glyf#simple-glyph-description

3
1
0
fellsandlakes @Walkaholic@mastodon.scot · May 04, 2026
Replying to @keefeglise@mastodonapp.uk
@keefeglise@mastodonapp.uk Why not? You get a reward for referring someone. And no transaction fees if paying in foreign currency. I got an account - daughter2 got reward - I deleted account #Simple
0
0
0
musicmatze :rust: :nixos: @musicmatze@social.linux.pizza · Mar 31, 2026
I try to set up a #nixos host with a #simple-nixos-mailserver and #publicinbox and test the whole thing with a nixos VM test. But I fail hard to get the very basics working - right now making public-inbox behind a nginx reverse proxy available (curl'ing the site returns 404). Has someone done this before and some nix code I can look at?
1
2
0

You've seen all posts