From: Mikko Rasa Date: Sat, 5 May 2018 19:27:22 +0000 (+0300) Subject: Rework the definition file format X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=6c8c1afdbad505c04a251da05499658b7cc65825;hp=6c8c1afdbad505c04a251da05499658b7cc65825;p=ttf2png.git 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. ---