MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ui_GetTextHeight

Function ui_GetTextHeight

ui/UIDraw.cpp:252–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250int ui_GetTextWidth(const char *text) { return grtext_GetLineWidth((char *)text); }
251
252int ui_GetTextHeight(const char *text) { return grtext_GetHeight(text); }
253
254void ui_DrawSetTextType(int type) {
255 switch (type) {

Callers 3

OnDrawMethod · 0.85
heightMethod · 0.85
OnFormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected