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

Method Load

include/Font.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 ~Font() { Unload(); }
53
54 void Load(const std::string& fileName) {
55 Unload();
56 FontUnmanaged::Load(fileName);
57 }
58
59 void Load(const std::string& fileName, int fontSize, const int* codepoints = nullptr, int codepointCount = 0) {
60 Unload();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected