Ben Harris 4254bff53a Generate stem hints
These are generated from the glyph bitmap by a similar
pattern-matching arrangement that generates the outline.  Then, like
emit_path(), there's an emit_hints() that turns them into valid
charstrings.  The handling of overlapping hints could be cleverer: at
the moment we emit the leftmost-possible set of hints, but we collect
a histogram of where hints are needed so could instead emit the most
useful.  Or even try to do hint substitution.

This makes the Bedstead Web page at 90% zoom much prettier than
before, but it's not as good as the FontForge auto-hinter managed.
Edge hints and counter hints will probably help.
2024-11-14 22:27:18 +00:00
2024-06-12 22:54:26 +01:00
2024-11-14 22:27:18 +00:00
2024-10-04 00:30:30 +01:00
2024-10-24 00:01:26 +01:00
2024-10-19 21:02:11 +01:00
2024-11-14 22:26:03 +00:00
Description
No description provided
1.5 MiB
Languages
C 79.4%
HTML 6.6%
Python 6.2%
PostScript 4.4%
CSS 1.9%
Other 1.5%