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

Remove default Microsoft fonts.

In keeping with the spirit of free software, this patch removes several
Microsoft fonts (Trebuchet, Arial, and Verdana) from being the default fonts for
Window Maker and WINGs.

This patch has the added advantage of allowing users some control over the
appearance of WINGs widgets.  Formerly, there was no way to control the font if
the Trebuchet MS font was installed.  Now the WINGs font can be changed by
setting the sans-serif alias in fonts.conf.
This commit is contained in:
Doug Torrance
2013-11-01 18:34:08 -05:00
committed by Carlos R. Mafra
parent 34da09a0a3
commit 0d45deff07
2 changed files with 9 additions and 9 deletions

View File

@@ -6,8 +6,8 @@
_WINGsConfiguration WINGsConfiguration;
#define SYSTEM_FONT "Trebuchet MS,sans serif"
#define BOLD_SYSTEM_FONT "Trebuchet MS,sans serif:bold"
#define SYSTEM_FONT "sans serif"
#define BOLD_SYSTEM_FONT "sans serif:bold"
#define DEFAULT_FONT_SIZE 12
#define FLOPPY_PATH "/floppy"

View File

@@ -164,13 +164,13 @@
#define DEF_FRAME_COLOR "white"
/* default fonts */
#define DEF_TITLE_FONT "\"Trebuchet MS,sans serif:bold:pixelsize=12\""
#define DEF_MENU_TITLE_FONT "\"Trebuchet MS,sans serif:bold:pixelsize=12\""
#define DEF_MENU_ENTRY_FONT "\"Trebuchet MS,sans serif:pixelsize=12\""
#define DEF_ICON_TITLE_FONT "\"Arial,sans serif:pixelsize=9\""
#define DEF_CLIP_TITLE_FONT "\"Verdana:bold:pixelsize=10\""
#define DEF_INFO_TEXT_FONT "\"Trebuchet MS,sans serif:pixelsize=12\""
#define DEF_WORKSPACE_NAME_FONT "\"Trebuchet MS,sans serif:pixelsize=24\""
#define DEF_TITLE_FONT "\"sans-serif:bold:pixelsize=12\""
#define DEF_MENU_TITLE_FONT "\"sans-serif:bold:pixelsize=12\""
#define DEF_MENU_ENTRY_FONT "\"sans-serif:pixelsize=12\""
#define DEF_ICON_TITLE_FONT "\"sans-serif:pixelsize=9\""
#define DEF_CLIP_TITLE_FONT "\"sans-serif:bold:pixelsize=10\""
#define DEF_INFO_TEXT_FONT "\"sans-serif:pixelsize=12\""
#define DEF_WORKSPACE_NAME_FONT "\"sans-serif:pixelsize=24\""
/* line width of the move/resize frame */
#define DEF_FRAME_THICKNESS 1