Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
356
RLCPP_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
Load
Method · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected