From 2186aac51126ecabd1da586277284e6474896c01 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 17 Feb 2003 12:28:57 +0000 Subject: need to toggle antialias in font --- src/FbTk/MenuTheme.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: MenuTheme.hh,v 1.3 2003/02/15 01:49:18 fluxgen Exp $ +// $Id: MenuTheme.hh,v 1.4 2003/02/17 12:28:57 fluxgen Exp $ #ifndef FBTK_MENUTHEME_HH #define FBTK_MENUTHEME_HH @@ -63,7 +63,9 @@ public: */ ///@{ const FbTk::Font &titleFont() const { return *titlefont; } + FbTk::Font &titleFont() { return *titlefont; } const FbTk::Font &frameFont() const { return *framefont; } + FbTk::Font &frameFont() { return *framefont; } ///@} FbTk::Justify frameFontJustify() const { return *framefont_justify; } -- cgit v0.11.2