On 2 Feb 2009, at 19:11, cage wrote: > > what i find frustrating is that the pango documentation appear a > little bit dispersive.
Do you need PanGo? It is really only useful if you want to manipulate complex text (e.g. mixing right-to-left and left-to-right languages on screen, or rendering languages where the glyph forms change depending on the characters either side of them, and so on.) If you simply want to render text strings that you have already generated, that can be done directly in cairo. PanGo is not required. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

