I saw that, but even with that change from you, it didn't solve the
problem. (For me at least). I now suspect it is because the
XAP_UnixFontXLFD class has several UT_uint32 members which are printed
as 0's in getXLFD. So, instead of requesting
"*-helvetica-medium-r-*-*-*-*-100-*-*-*-*-*-*", you'll be asking for
"*-helvetica-medium-r-*-*-*-0-100-0-0-*-0-*-*" because you are using
g_snprintf for those numeric fields. Perhaps a better fix would be to
fix getXLFD to print '*' in the place of those zeroed out numeric
fields. Would you like me to remove my changes from yesterday, and do
this, or what?
-- Matt Kimball mkimball@xmission.com