MCPcopy 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
339inline void Window::SetFont(FontRef font) {
340 this->font = font;
341 if (contents) {
342 contents->SetFont(font);
343 }
344}
345
346#endif

Callers 3

SetContentsMethod · 0.45
vUpdateMethod · 0.45
UpdateFontMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected