On Mon, Jun 06, 2011 at 09:26:03PM +0000, corvid wrote:
I wrote:
Johannes wrote:
On Mon, Jun 06, 2011 at 08:04:37PM +0000, corvid wrote:
PS Do you think we should change the Fl::set_fonts ("-*"); to specify iso10646-1?
Wouldn't that exclude non-UTF-8 fonts which might work fine for people not caring about special chars?
I was thinking of the case where you had a latin1 version and a utf-8 version of a font, but I don't know the relevant code well enough to know what happens.
The xft version says: // Also, for now I'm ignoring the "pattern_name" and just getting everything...
So I guess there's no point in worrying about it.
Can you please try attached patch? It seems to work ok with xft enabled and also allows to set e.g: font_sans_serif="helvetica" without xft. Font names in the non-xft case are still a bit odd (e.g. all lower case), but I don't think there's much we can do about that. Cheers, Johannes