MCPcopy Create free account
hub / github.com/crossuo/crossuo / FUNCBODY_DrawTextA

Function FUNCBODY_DrawTextA

src/CommonInterfaces.cpp:153–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void CDECL FUNCBODY_DrawTextA(
154 int x,
155 int y,
156 unsigned char font,
157 const char *text,
158 unsigned short color,
159 int width,
160 TEXT_ALIGN_TYPE align,
161 unsigned short flags)
162{
163 g_FontManager.DrawA(font, text, color, x, y, width, align, flags);
164}
165
166void CDECL FUNCBODY_DrawTextW(
167 int x,

Callers

nothing calls this directly

Calls 1

DrawAMethod · 0.45

Tested by

no test coverage detected