diff options
author | simonb <simonb> | 2007-01-05 13:01:19 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-05 13:01:19 (GMT) |
commit | 3a79de034f87df155f540af2186c5d87dc187b3b (patch) | |
tree | 9352aebc02ecc46ec475e1a2764c8f39cd732453 /src/FbTk/Font.hh | |
parent | 87b8626793e25a8ab4b1e077fcf29cb06ff7f71c (diff) | |
download | fluxbox_pavel-3a79de034f87df155f540af2186c5d87dc187b3b.zip fluxbox_pavel-3a79de034f87df155f540af2186c5d87dc187b3b.tar.bz2 |
change default Xft font so that it works properly with rotation (see
notes in ChangeLog or FbTk/Font.cc)
Diffstat (limited to 'src/FbTk/Font.hh')
-rw-r--r-- | src/FbTk/Font.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Font.hh b/src/FbTk/Font.hh index eadde6f..4806c43 100644 --- a/src/FbTk/Font.hh +++ b/src/FbTk/Font.hh | |||
@@ -56,7 +56,7 @@ public: | |||
56 | 56 | ||
57 | 57 | ||
58 | 58 | ||
59 | explicit Font(const char *name = "fixed"); | 59 | explicit Font(const char *name = "__DEFAULT__"); |
60 | virtual ~Font(); | 60 | virtual ~Font(); |
61 | /** | 61 | /** |
62 | Load a font | 62 | Load a font |