summaryrefslogtreecommitdiff
path: root/otk/style.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/style.hh')
-rw-r--r--otk/style.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/otk/style.hh b/otk/style.hh
index 4128d93e..ccf4e49a 100644
--- a/otk/style.hh
+++ b/otk/style.hh
@@ -123,6 +123,11 @@ public:
inline unsigned int getBorderWidth(void) const { return border_width; }
inline const BFont &getFont() const { return *font; }
+
+ inline void setShadowFonts(bool fonts) { shadow_fonts = fonts; }
+ inline bool hasShadowFonts(void) const { return shadow_fonts; }
+
+ inline void setAAFonts(bool fonts) { aa_fonts = fonts; }
inline bool hasAAFonts(void) const { return aa_fonts; }
inline TextJustify textJustify(void) { return justify; }