On Mon, 7 Sep 2015 12:28:25 +1000, Matthew Allen wrote: > I'm working on some code that uses Freetype to render text and some > of the characters are too close together: > http://stackoverflow.com/questions/32428882/why-does-freetype-render-characters-too-close-together
Just a thought, but the kerning is supposed to be defined between the current glyph and the previous one, not the current glyph and the following one. Also, could there be some confusion between f16.16 versus f26.6 fixed-point scaling? _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
