diff options
author | fluxgen <fluxgen> | 2003-02-17 12:28:57 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-17 12:28:57 (GMT) |
commit | 2186aac51126ecabd1da586277284e6474896c01 (patch) | |
tree | cd9b63851f82148c2408de3029b79e3e72ac810b /src | |
parent | 50a2f33b73cabdbed4b3b8fbe1cd35b87c8469f2 (diff) | |
download | fluxbox_pavel-2186aac51126ecabd1da586277284e6474896c01.zip fluxbox_pavel-2186aac51126ecabd1da586277284e6474896c01.tar.bz2 |
need to toggle antialias in font
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/MenuTheme.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/MenuTheme.hh b/src/FbTk/MenuTheme.hh index 6991602..4ae07c4 100644 --- a/src/FbTk/MenuTheme.hh +++ b/src/FbTk/MenuTheme.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: MenuTheme.hh,v 1.3 2003/02/15 01:49:18 fluxgen Exp $ | 22 | // $Id: MenuTheme.hh,v 1.4 2003/02/17 12:28:57 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_MENUTHEME_HH | 24 | #ifndef FBTK_MENUTHEME_HH |
25 | #define FBTK_MENUTHEME_HH | 25 | #define FBTK_MENUTHEME_HH |
@@ -63,7 +63,9 @@ public: | |||
63 | */ | 63 | */ |
64 | ///@{ | 64 | ///@{ |
65 | const FbTk::Font &titleFont() const { return *titlefont; } | 65 | const FbTk::Font &titleFont() const { return *titlefont; } |
66 | FbTk::Font &titleFont() { return *titlefont; } | ||
66 | const FbTk::Font &frameFont() const { return *framefont; } | 67 | const FbTk::Font &frameFont() const { return *framefont; } |
68 | FbTk::Font &frameFont() { return *framefont; } | ||
67 | ///@} | 69 | ///@} |
68 | 70 | ||
69 | FbTk::Justify frameFontJustify() const { return *framefont_justify; } | 71 | FbTk::Justify frameFontJustify() const { return *framefont_justify; } |