Hi, I have only the bare minimum of fonts installed on my system. This causes gitk to offer only an even smaller selection of fonts, most of which resolve to a rather ugly monospaced fonts. I don't know whether this is a result of gitk's rather archaic user interface or a real result of fonts missing, but the gitk package should probably recommend the fonts packages that it is able to use. Greetings Marc
Hi Marc,
Marc Haber wrote:
I'm guessing this is a combination of two problems:
1. Debian (and hence gitk) uses tk 8.4 by default, which unfortunately
does not support freetype/fontconfig. You can work around this by
installing tk from experimental or installing tk8.5 and updating
the "wish" alternative.
2. gitk uses Helvetica and Courier instead of sans and monospace as
it should. This is bug 466471 (thanks for the reminder!).
Hope that helps,
Jonathan
Hi, it does, thanks. Greetings Marc