Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidColson/Polybox
/ Font
Class
Font
source/graphics.h:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
struct Image;
52
struct SDL_Window;
53
struct Font;
54
55
void GraphicsInit(SDL_Window* pWindow, i32 winWidth, i32 winHeight);
56
void DrawFrame(i32 w, i32 h);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected