Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Font
Method
Font
include/Font.hpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
using FontUnmanaged::FontUnmanaged;
17
18
Font(const Font&) = delete;
19
Font& operator=(const Font&) = delete;
20
21
Font(Font&& other) noexcept {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected