[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Rendering differences between 2.3.12 and 2.5.3
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Rendering differences between 2.3.12 and 2.5.3 |
Date: |
Sun, 23 Nov 2014 22:43:51 +0100 (CET) |
>> So I suggest you copy old version into your program and forget
>> everything.
This is definitely a good solution. However, ...
> I've now added the 2.3.12 versions as FT_GlyphSlot_Embolden_2312() and
> FT_GlyphSlot_Oblique_2312() to ftsynth.c just to make sure that I won't
> forget to adapt freetype in case I'm upgrading to a newer version.
... I wouldn't add this to to `ftsynth.c' but to a private file of
your application.
Werner