MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / MeasureText

Function MeasureText

include/Functions.hpp:328–330  ·  view source on GitHub ↗

* Measure string width for default font */

Source from the content-addressed store, hash-verified

326 * Measure string width for default font
327 */
328RLCPP_MAYBEUNUSED RLCPPAPI inline int MeasureText(const char* text, int fontSize) {
329 return ::MeasureText(text, fontSize);
330}
331
332/**
333 * Measure string width for default font

Callers 3

mainFunction · 0.85
mainFunction · 0.85
MeasureMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected