MCPcopy Create free account
hub / github.com/doldecomp/mkdd / drawString_scale

Method drawString_scale

include/JSystem/JUtility/JUTFont.h:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void drawString_scale(f32 posX, f32 posY, f32 width, f32 height, const char *str, bool visible)
65 {
66 drawString_size_scale(posX, posY, width, height, str, strlen(str), visible);
67 }
68
69 int getWidth(int i_no) const
70 {

Callers 1

doDrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected