Bugzilla – Bug 137145
fontconfig seems to break handling of bitmap fonts via xft
Last modified: 2006-01-03 10:44:42 UTC
xfd -fa "xos Terminus:pixelsize=16" only renders replacement chars. same for xterm. rxvt-unicode crashes. workaround for urxvt is in progress.
Created attachment 60271 [details] bitmap-encoding-problem.patch Patch which fixes the problem by skipping all fonts which don't have any encoded characters. This patch might cause problems with some symbol fonts. Most symbol fonts still work well but there may be exotic symbol fonts which don't. I.e. this patch probably needs to be improved to skip only bitmap fonts without encoded characters. But the urgent problem with the urxvt crashes and other problems caused by non-working bitmap fonts is solved for now and currently I am not aware of any side effects of this patch. There may be side effects for exotic bitmap fonts, but until now I couldn't find any. Therefore I close this bug as FIXED now. I will discuss on the fontconfig mailing list how to solve it perfectly.
FIXED.