- If fonts are specified as xlfd, convert to fc names before creating them.
commit08e811aae7399ec4715a1c30dfc60e16740dc7ab
authordan <dan>
Fri, 22 Oct 2004 00:21:51 +0000 (22 00:21 +0000)
committerdan <dan>
Fri, 22 Oct 2004 00:21:51 +0000 (22 00:21 +0000)
tree51d52fef52dde6b9252b585161e9c80107a7324c
parent6de693a24dc10b73be777813ceb8e4d837c5a245
- If fonts are specified as xlfd, convert to fc names before creating them.
  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.
54 files changed:
FAQ.I18N
FAQ.I18N.cs
FAQ.I18N.sk
TODO
WINGs/Tests/wtest.c
WINGs/WINGs/WINGs.h
WINGs/wfont.c
WPrefs.app/Expert.c
WPrefs.app/Focus.c
WPrefs.app/WPrefs.c
WPrefs.app/font.data [deleted file]
WindowMaker/Defaults/WMGLOBAL
WindowMaker/Defaults/WindowMaker.in
WindowMaker/Styles/Autumn.style
WindowMaker/Styles/Black.style
WindowMaker/Styles/BlackTexture.style
WindowMaker/Styles/Blue.style
WindowMaker/Styles/BlueDawn.style
WindowMaker/Styles/BlueishGreen.style
WindowMaker/Styles/Brown.style
WindowMaker/Styles/Brownish.style
WindowMaker/Styles/Chumbo.style
WindowMaker/Styles/Copper.style
WindowMaker/Styles/DarkBlue.style
WindowMaker/Styles/DarkRed.style
WindowMaker/Styles/Emerald.style
WindowMaker/Styles/Fire.style
WindowMaker/Styles/Food.style
WindowMaker/Styles/Golden.style
WindowMaker/Styles/Green.style
WindowMaker/Styles/GreyBlue.style
WindowMaker/Styles/Gtk.style
WindowMaker/Styles/IRednBlue.style
WindowMaker/Styles/Interlace.style
WindowMaker/Styles/LightBlue.style
WindowMaker/Styles/NewBlue.style
WindowMaker/Styles/NightSky.style
WindowMaker/Styles/Pastel.style
WindowMaker/Styles/Pink.style
WindowMaker/Styles/Pumpkin.style
WindowMaker/Styles/Purple.style
WindowMaker/Styles/Purplish.style
WindowMaker/Styles/Red.style
WindowMaker/Styles/RednBlue.style
WindowMaker/Styles/Spring.style
WindowMaker/Styles/Summer.style
WindowMaker/Styles/Traditional.style
WindowMaker/Styles/VioletBlue.style
WindowMaker/Themes/Default.style
WindowMaker/Themes/OpenStep.style
WindowMaker/Themes/Pastel.style
WindowMaker/Themes/SteelBlueSilk.style
src/dialog.c
src/wconfig.h.in