Re: balloon font
[email protected] Tue, 29 Nov 2005 17:50:11 -0500
| Newsgroups | gmane.compw.window-managers.windowmaker.user |
|---|---|
| Message-ID | <20051129175011.5f591f28@amorphous> |
On Sun, 6 Nov 2005 13:43:53 -0500 Maciej Kalisiak <[email protected]> wrote: > Judging by the source in screen.c, the font used for balloon help /seems/ to > be hardcoded: > scr->info_text_font = WMBoldSystemFontOfSize(scr->wmscreen, 12); > > Yet,according to wconfig.h: > #define DEF_INFO_TEXT_FONT "\"Trebuchet MS,Luxi Sans:pixelsize=12\"" > Trebuchet MS,Luxi Sans:pixelsize=12 > which makes it sound like it should be configurable. What's the real > situation? Is it modifiable? If not, are there any patches for this? Is it > in the plans, or is that stuff in wconfig.h just a left-over from some past > time when this was possible? it appears that DEF_INFO_TEXT_FONT is only mentioned in wconfig.h and wconfig.h.in :p dust in the wind my friend. if you wish to change the WMBoldSystemFont you will have to edit/set the BoldSystemFont property in ~/GNUstep/Defaults/WMGLOBAL (edit this file while you're not using Window Maker) or you can edit that line you found in the code and set your own font WMCreateFont(scr->wmscreen, "Trebuchet MS,Luxi Sans:pixelsize=12"); > > BTW, I'm using Debian's latest package of WindowMaker (0.92.0), in case this makes a > difference (somehow I doubt Debian maintainer would have disabled this feature > though). > > -- > Maciej Kalisiak <mac at dgp.toronto.edu> http://www.dgp.toronto.edu/~mac/ > _______________________________________________ > INFO: https://windowmaker.org/lists/listinfo/wm-user > ARCHIVE: https://windowmaker.org/lists/archive/wm-user/ > FAQ: http://windowmaker.org/faq.html _______________________________________________ INFO: https://windowmaker.org/lists/listinfo/wm-user ARCHIVE: https://windowmaker.org/lists/archive/wm-user/ FAQ: http://windowmaker.org/faq.html