mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
This was we internally only deal with fc names and properties. It will incur a small performance hit as the font needs to be parsed/unparsed, but this is only for backward-compatibility to support old xlfd names. People are encouraged to swtich to fontconfig names. - WINGs no longer adds sans as a fallback for internal fonts. It is automatically done by fontconfig (if it can't find the requested font it will use the closest match which is the default font: sans-serif) - Added code to honor the AntialiasesText global option - Fixed style names for WMCopyFontWithStyle() - Added fonts in style files where they were missing. Also changed some fonts to better defaults.
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
{
|
|
SystemFont = "Trebuchet MS,Luxi Sans";
|
|
BoldSystemFont = "Trebuchet MS,Luxi Sans:bold";
|
|
DefaultFontSize = 12;
|
|
AntialiasedText = Yes;
|
|
FloppyPath = "/floppy";
|
|
DoubleClickTime = 250;
|
|
MouseWheelUp = Button4;
|
|
MouseWheelDown = Button5;
|
|
}
|