| 338 | } |
| 339 | |
| 340 | u32 IUIContext::DrawTextScale( s32 x, s32 y, float scale, const char * text, u32 length, c32 colour ) |
| 341 | { |
| 342 | return CDrawText::Render( mCurrentFont, x, y, scale, text, length, colour ); |
| 343 | } |
| 344 | |
| 345 | u32 IUIContext::DrawTextScale( s32 x, s32 y, float scale, const char * text, u32 length, c32 colour, c32 drop_colour ) |
| 346 | { |