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

Method Font LoadFont

include/Functions.hpp:313–315  ·  view source on GitHub ↗

* Load font from file (filename must include file extension) */

Source from the content-addressed store, hash-verified

311 * Load font from file (filename must include file extension)
312 */
313RLCPP_MAYBEUNUSED RLCPPAPI inline ::Font LoadFont(const std::string& fileName) {
314 return ::LoadFont(fileName.c_str());
315}
316
317/**
318 * Load font from file (filename must include file extension)

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected