diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-26 17:40:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-27 23:15:04 +0300 |
commit | 0abab7e8e92329b0cd8ec23807a1d3102d8ec136 (patch) | |
tree | 162866ee6e5f8a2f9e45b156cc4568c9b5268548 /src/gui/sdlfont.h | |
parent | 53db1412f7d6e29e9e1cfdb272a40ebb30ba1fe6 (diff) | |
download | plus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.tar.gz plus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.tar.bz2 plus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.tar.xz plus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.zip |
Add support for draw outlined text.
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 3086abf0a..89f920cc3 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -97,6 +97,7 @@ class SDLFont final : public gcn::Font private: TTF_Font *mFont; + TTF_Font *mFontOutline; unsigned mCreateCounter; unsigned mDeleteCounter; |