MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / text_render

Method text_render

src/SB/Core/x/xFont.cpp:1181–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1179} // namespace
1180
1181void xtextbox::text_render(const jot& j, const xtextbox& tb, F32 x, F32 y)
1182{
1183 tb.font.irender(j.s.text, j.s.size, x, y);
1184}
1185
1186void xtextbox::set_text(const char* text)
1187{

Callers

nothing calls this directly

Calls 1

irenderMethod · 0.80

Tested by

no test coverage detected