1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +01:00

changed encoding of (c) thing in about panel to utf-8

changed techdraw style size display to use X core fonts
This commit is contained in:
kojima
2004-08-21 21:29:44 +00:00
parent b6e06d4beb
commit 0445dd5c18
4 changed files with 15 additions and 40 deletions

View File

@@ -821,11 +821,7 @@ wScreenInit(int screen_number)
scr->info_text_font = WMBoldSystemFontOfSize(scr->wmscreen, 12);
// fix this too -Dan
//scr->tech_draw_font = WMCreateFontWithFlags(scr->wmscreen,
// "BoldSystemFont-12",
// WFNotAntialiased);
scr->tech_draw_font = WMBoldSystemFontOfSize(scr->wmscreen, 12);
scr->tech_draw_font= XLoadQueryFont(dpy, "-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*");
scr->gview = WCreateGeometryView(scr->wmscreen);
WMRealizeWidget(scr->gview);