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

Function TextLength

include/Functions.hpp:356–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 * Get text length, checks for '\0' ending
355 */
356RLCPP_MAYBEUNUSED RLCPPAPI inline unsigned int TextLength(const char* text) {
357 return ::TextLength(text);
358}
359
360/**
361 * Get text length, checks for '\0' ending

Callers 1

LoadMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected