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

Function FUNCBODY_DrawTextW

src/CommonInterfaces.cpp:166–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void CDECL FUNCBODY_DrawTextW(
167 int x,
168 int y,
169 unsigned char font,
170 const wchar_t *text,
171 unsigned short color,
172 int width,
173 TEXT_ALIGN_TYPE align,
174 unsigned short flags)
175{
176 g_FontManager.DrawW(font, text, color, x, y, 30, width, align, flags);
177}
178
179void CDECL FUNCBODY_DrawArt(int x, int y, unsigned short graphic, unsigned short color)
180{

Callers

nothing calls this directly

Calls 1

DrawWMethod · 0.45

Tested by

no test coverage detected