On Sat, Mar 31, 2012 at 12:50 AM, Werner LEMBERG <[email protected]> wrote: > >> A testable version of the patch is attached. At the end I decided to >> introduce a new interface FT_Outline_EmboldenXY. Comments? > > From a quick glance, this looks like a good solution, thanks! I will > have to test and check this more thoroughly, and this will take time I > fear since I'm quite busy currently. > > Could you modify ftview so that it supports the new functionality? > Maybe keys e,E should modify x and y boldening, and new keys r,R > adjust, say, y-boldening? >
Here you go. This patch forfeits 'e,E' and introduces separate 'x,X' and 'y,Y'. I also increased the emboldening step to 0.005 because 0.002 is too small IMHO. Once you accept this, I need to send you modifications to src/base/ftsynth.c: FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) BTW, you forgot to tag VER-2-4-9 in freetype2-demos.
ftview-emboldenxy.patch
Description: Binary data
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
