~dfly720/unity/fix-938353

« back to all changes in this revision

Viewing changes to unity-shared/StaticCairoText.cpp

  • Committer: Marco Mariani
  • Date: 2012-05-31 21:58:19 UTC
  • mfrom: (2341.1.38 unity)
  • Revision ID: dfly720@gmail.com-20120531215819-0er7r9qftgxqvt7a
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
  return _text;
246
246
}
247
247
 
 
248
nux::Color StaticCairoText::GetTextColor() const
 
249
{
 
250
  return _textColor;
 
251
}
 
252
 
 
253
 
248
254
void
249
255
StaticCairoText::SetTextColor(Color const& textColor)
250
256
{