Re: How to start using Pango?



Behdad Esfahbod wrote:
> There are two ways to use pango, both need the following before anything
> can be rendered:
> 
> [...]

Thank you (and Dov) for that explanation. Downloading the pango sources
and finding three examples there also helped.

It nevertheless took me quite some time to find out how to convert from
one object to another to be able to call a desired function. E.g. to
call pango_ot_info_list_scripts() you've to have PangoOTInfo and in
order to get that you need a FT_Face. To get this you need a PangoFont
for which you need three other objects which have to be created somehow.
That's a long way babe.

But ok, seems to work now. Thanks so far.

J�



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]