Xft

I spent the evening looking at Xft. It all began with me trying to find out how to get the actual physical filesystem location of a XftFont. After a lot of googling, found out these two informative documents. Anyway, I finally figured out it’s as easy as:

XftPattern* pattern;
char *filename; /* Store font filename here */

pattern = m_pXftFontD->pattern;
XftPatternGetString (pattern, XFT_FILE, 0, &filename);

Now I feel stupid - meh! :(

Activities on the GNOME Indic printing scenario

Owen posted a patch to the gnome-print mailing list which adds initial level integration between Pango and gnomeprint. Looks pretty interesting.

Commentary

Leave a response »

Leave a comment, a trackback from your own site or subscribe to an RSS feed for this entry. Trackback URL for this entry Comments feed for this entry

Leave a response

Leave a URL

Preview