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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user