Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetFont
Method
SetFont
src/window.h:339–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
inline void Window::SetFont(FontRef font) {
340
this->font = font;
341
if (contents) {
342
contents->SetFont(font);
343
}
344
}
345
346
#endif
Callers
3
SetContents
Method · 0.45
vUpdate
Method · 0.45
UpdateFont
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected