On 4/17/09, Preben Randhol <[email protected]> wrote: > Problem is that fixed font in xterm looks nice, but in the status bar > it looks ugly for Greek language. the letters are both bold and italic. > How do you define font[] ?
you are right greek looks ugly here as well maybe the XCreateFontSet() + XmbDrawString() approach is not optimal and XLoadQueryFont() + XDrawString16() should be used.. someone should figure out how fonts, encodings and locales work in X
