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

Method IsValid

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

* Returns if the font is ready to be used. */

Source from the content-addressed store, hash-verified

168 * Returns if the font is ready to be used.
169 */
170 RLCPP_NODISCARD bool IsValid() const { return ::IsFontValid(*this); }
171
172 /**
173 * Draw text using font and additional parameters.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected