Top "Pango" questions

Pango is a C API for Unicode-based text layout and rendering.

Pango-WARNING **: failed to choose a font, expect ugly output

I'm getting this error when starting anything that uses the Pango library. I'm using Kubuntu 9.10. I've done 'sudo apt-get --reinstall …

fonts gtk cairo pango
How to fix Invalid UTF-8 string passed to pango_layout_set_text()

I'm getting the following warning from my application that uses gtk+: (foo:11333): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_…

c gtk gtk3 pango
Building Pango with Cairo support

I'm attempting to build a new version of wireshark 1.10 on a RHEL5 box with the intent of making an RPM …

linux gtk cairo rhel5 pango
Libtool think that a "library was moved" but it isn't the case

I am currently recompiling gtk+ and dependencies from source (I have no other choices). All my custom packages are installed …

gtk libtool freetype pango x86-64
problems installing Pango-1.30.1

I have encountered a problem installing Pango-1.30 on a Ubuntu 12.04 platform. During ./configure step I receive a message saying "Could …

cairo pango
Change text color of label in GTK in C

I am using Gtk 2.0. I am trying to change the text color/font color of the label. How difficult can …

c gtk pango