Dennis Bjorklund <[EMAIL PROTECTED]> writes:
> How do I set the font size to a number of pixels high? I can only find 
> pango_font_description_set_size() which sets it in pango units.

The PANGO_PIXELS macro converts from pango units to pixels. To go from
pixels to pango units you just do "pixels * PANGO_SCALE".

Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to