Re: Using Pango for text rendering on Android

2014-07-10 Thread Behdad Esfahbod
On 14-07-09 08:29 AM, György Kövesdi wrote: Hi, I have a multi-platform project which needs software rendering of graphical primitives (lines, circles, etc) and international text into memory pixmaps. Pango seems to be a good choice for this purpose, and it works perfectly for me on some

Re: Using Pango for text rendering on Android

2014-07-10 Thread Behdad Esfahbod
Alternatively, check this: https://github.com/anoek/ex-sdl-cairo-freetype-harfbuzz It's nowhere near what Pango does, but might be good enough for you. On 14-07-10 03:51 PM, Behdad Esfahbod wrote: On 14-07-09 08:29 AM, György Kövesdi wrote: Hi, I have a multi-platform project which needs

Using Pango for text rendering on Android

2014-07-09 Thread György Kövesdi
Hi, I have a multi-platform project which needs software rendering of graphical primitives (lines, circles, etc) and international text into memory pixmaps. Pango seems to be a good choice for this purpose, and it works perfectly for me on some different Linux platforms, including embedded