Re: [dev] [PATCH] Fix vertical character alignment in some cases

2016-03-08 Thread Christoph Lohmann
Greetings. On Tue, 08 Mar 2016 15:44:58 +0100 Ton van den Heuvel wrote: > The y-position of a character found by asking fontconfig for a matching > font does not take the border pixels into account, resulting in a > slightly misaligned vertical position. Thanks for the patch, it is now in mainl

Re: [dev] [PATCH] Fix vertical character alignment in some cases

2016-03-07 Thread David Phillips
On Mon, Mar 07, 2016 at 10:18:12PM +0100, Ton van den Heuvel wrote: > The y-position of a character found by asking fontconfig for a matching > font does not take the border pixels into account, resulting in a > slightly misaligned vertical position. > > Signed-off-by: Ton van den Heuvel > --- >

[dev] [PATCH] Fix vertical character alignment in some cases

2016-03-07 Thread Ton van den Heuvel
The y-position of a character found by asking fontconfig for a matching font does not take the border pixels into account, resulting in a slightly misaligned vertical position. Signed-off-by: Ton van den Heuvel --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/s