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

Method MeasureEx

include/Text.hpp:128–128  ·  view source on GitHub ↗

* Measure string size for Font */

Source from the content-addressed store, hash-verified

126 * Measure string size for Font
127 */
128 RLCPP_NODISCARD Vector2 MeasureEx() const { return ::MeasureTextEx(font, text.c_str(), fontSize, spacing); }
129
130 Text& operator=(const Text& other) {
131 if (this == &other) {

Callers 1

mainFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected