2013/4/9 Igor Stasenko <siguctua@gmail.com>
Yes, this is a known bug actually, which i demonstrated to audience during
tutorial presentation..
i/cairo miss the correct font matrix setup.. and i need to see what's there.
Cairo caching the glyphs in a strange way (so if you never drawn
anything with given font before and your first drawing will use some rotation
then everything will be rendered correctly, but if you already drawn anything
it will render them like you shown)..
I'm going to fix that issue when i come back from Lviv.��Super :)Did you also see the cairo_text_path() method? It's very interesting if you want to stroke the letter!
--
Best regards,
Igor Stasenko.