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

Method MeasureText

include/FontUnmanaged.hpp:268–270  ·  view source on GitHub ↗

* Measure string size for Font. */

Source from the content-addressed store, hash-verified

266 * Measure string size for Font.
267 */
268 RLCPP_NODISCARD Vector2 MeasureText(const char* text, float fontSize, float spacing) const {
269 return ::MeasureTextEx(*this, text, fontSize, spacing);
270 }
271
272 /**
273 * Measure string size for Font.

Callers 1

mainFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected