Tagged Questions

2
votes
0answers
36 views

How do I determine the fallback font for Pango?

I'm rendering some text using pangomm, but the font that I am using doesn't have glyphs for parts of the text (in this case, there is some Japanese mixed in with English). Pango seems to render the ...
1
vote
1answer
970 views

Extracting Glyph Kerning Information C++

After asking my previous question about Uniscribe glyph kerning, and not yet receiving an answer, plus further reading on google etc, it seems Uniscribe may not support extracting glyph kerning ...
0
votes
0answers
14 views

clutter: system error-libcogl-pango-0.dll is missing from your computer

I have built clutter on windows 7. When I attempt to build a simple hello world, I get this error, that the program cannot start because this dll, libcogl-pango-0.dll is missing from my computer. I ...
0
votes
1answer
95 views

rendering multiattributed textview

problem: I have a Textview with different Texttags in different selected text areas. At the end of editing, i would like to render this multi tagged textbuffer/textview into drawingarea.But I am not ...
0
votes
1answer
225 views

Compiling cairo and pango --with-included-modules

I'm trying to compile cairo together with pango to enable advanced font rendering in my application. I got it to work, but I cannot use unicode characters (i.e. I tested with Chinese character). ...
0
votes
2answers
465 views

How to initialize Pango under Win32?

Having downloaded Pango and GLib from the GTK+ Project's Win32 downloads page and having created and configured a Win32 project under Visual Studio 2005 so it points to the proper lib and include ...