diff options
Diffstat (limited to 'baserender.h')
-rw-r--r-- | baserender.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/baserender.h b/baserender.h index 277ee4ee..7e4bf650 100644 --- a/baserender.h +++ b/baserender.h @@ -66,6 +66,8 @@ class cFlatBaseRender int contentDrawPortHeight; // gesamthöhe des Textes bool contentHasScrollbar; bool contentShown; + bool contentFixedFont; + tColor contentColorFg, contentColorBg; cTextWrapper contentWrapper; @@ -124,7 +126,7 @@ class cFlatBaseRender int ScrollBarWidth(void); void ContentCreate(int Left, int Top, int Width, int Height); - void ContentSet(const char *Text, tColor ColorFg, tColor ColorBg); + void ContentSet(const char *Text, bool FixedFont, tColor ColorFg, tColor ColorBg); bool ContentIsShown(void); bool ContentScrollable(void); int ContentScrollTotal(void); |