Fonts on gtk 2.0.6
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Bryan W. Headley writes: > Succeeded at building gtk+-2.0.6 on mingw (far easier to debug issues > than with cygwin). But text rendering (surprise) doesn't work. Probably > an interaction issue with freetype2 and pango; does anyone have a > roadmap of what works? Freetype2 is not involved; gdk/win32 uses the pangowin32 backend only. Do you have a pango aliases file? You probably need to install it, in <top>/etc/pango/pango.aliases. The following contents should work OK. Take out unnecessary fonts if you don't need non-Latin output and you will speed pango up a bit. ====cut here==== courier = "courier new" sans = "arial,microsoft sans serif,mingliu,simhei,gulimche,ms gothic,latha,mangal" serif = "times new roman,angsana new,mingliu,simsun,gulimche,ms gothic,latha,mangal" monospace = "courier new,courier monothai,mingliu,simsun,gulimche,ms gothic,latha,mangal" ====cut here==== --tml