add SetUppercase

This commit is contained in:
Chris Danford
2008-03-28 12:24:04 +00:00
parent 79bb6f677e
commit 9c595eba4b
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -32,6 +32,7 @@ public:
virtual bool EarlyAbortDraw() const;
virtual void DrawPrimitives();
void SetUppercase( bool b ) { m_bUppercase = b; }
void SetRainbowScroll( bool b ) { m_bRainbowScroll = b; }
void SetJitter( bool b ) { m_bJitter = b; }
@@ -67,6 +68,7 @@ public:
protected:
Font *m_pFont;
bool m_bUppercase;
RString m_sText;
vector<wstring> m_wTextLines;
vector<int> m_iLineWidths; // in source pixels