X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Fstyle.hh;h=ccf4e49a1bb0e6451b74d19a1037ea2a33c79303;hb=6223b6a3efe7591feae9a342ad92f34e1aefed54;hp=4128d93ef7f549c1dec3d3c18ccd611810394d92;hpb=0cb338e00d0af4a8b84012e491d464084bc58493;p=chaz%2Fopenbox 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; }