MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / DrawTextScale

Method DrawTextScale

Source/SysPSP/UI/UIContext.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340u32 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
345u32 IUIContext::DrawTextScale( s32 x, s32 y, float scale, const char * text, u32 length, c32 colour, c32 drop_colour )
346{

Callers 1

RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected