Re: Writing an API that fixes the number of Rows of PangoLayout

2013-04-15 Thread Stuart Jansen
On Mon, 2013-04-15 at 17:20 +0530, Parth Kanungo wrote: In my application, I have assigned various parameters required by the PangoLayout, including the text. Now, I have to construct an API that can limit the number of maximum lines in this layout. Hence, if I say that maxLines = 3, only 3

Building Pango1.32.6, requirement on harfbuzz

2013-04-15 Thread Grant Schoep
So I was attempting to build Pango 1.32.6 today. And was hitting an error because it said it could not find any cairo font backends. I had just successfully built cairo with FreeType and Fontconfig, and verified by hand pkg-config could see them so I did a bit more digging. I dug into the

Re: How to make an attribute list?

2013-04-15 Thread Ken Resander
Hi Simon, Many thanks for letting me know that pango_attribute_init is not needed for setting up the attribute list (at my level). I just could not see how to use it and why it would be needed, but I thought it was just me not understanding being a cairo/pango newbie. The style changes