to score leading character coloring in code. Font hacks are messy because there would need to be leading versions of both '0' and ','

This commit is contained in:
Chris Danford
2008-08-17 14:34:53 +00:00
parent d0a95bc1d1
commit 7d0c896612
5 changed files with 50 additions and 5 deletions
+1
View File
@@ -40,6 +40,7 @@ public:
void SetHorizAlign( float f );
void SetStrokeColor( RageColor c ) { m_StrokeColor = c; }
RageColor GetStrokeColor() { return m_StrokeColor; }
void GetLines( vector<wstring> &wTextLines ) const { wTextLines = m_wTextLines; }
const vector<wstring> &GetLines() const { return m_wTextLines; }