]> git.tdb.fi Git - ttf2png.git/commit
Rework the definition file format
authorMikko Rasa <tdb@tdb.fi>
Sat, 5 May 2018 19:27:22 +0000 (22:27 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 5 May 2018 19:27:22 +0000 (22:27 +0300)
commit6c8c1afdbad505c04a251da05499658b7cc65825
treec75bb198eced5cd3322d92d7710bdbae8055a70a
parent63abd0338f9d71caa40f8316c95b6e38216bdcc8
Rework the definition file format

Distance fields threw off the metrics because the field extends past the
actual glyph area.  The definitions are now split to abstract metrics and
glyph images to allow acccurate metrics to be obtained.  A mapping from
code points to glyphs was also added to allow later support for glyphs
without a dedicated code point such as ligatures.
Readme
ttf2png.c