Re: [Vala] Cogl.PangoFontMap is undeclaired



On Sun, 2010-03-14 at 18:55 -0400, Sam Wilson wrote:
On Sun, 2010-03-14 at 18:32 -0400, Sam Wilson wrote:
On Sat, 2010-03-13 at 18:24 -0800, Evan Nemerson wrote:
Without more information, or a test case, it's difficult to say for
sure. I've attached a patch which will include cogl-pango.h for all the
CoglPango* structures. Let me know if this fixes your issue.

-Evan




That worked fine!


I take that back.  Turns out that for some reason, there is no proper
constructor for Cogl.PangoFontMap.  The only way I can get anything at
all working is with this snippet:

Pango.CairoFontMap font_map = (CairoFontMap)Pango.CairoFontMap.new();

Attachment: smime.p7s
Description: S/MIME cryptographic signature



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