MCPcopy Create free account
hub / github.com/EasyRPG/Player / Default

Method Default

src/font.cpp:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587#endif
588
589FontRef Font::Default() {
590 const bool m = (Main_Data::game_system && Main_Data::game_system->GetFontId() == lcf::rpg::System::Font_mincho);
591 return Default(m);
592}
593
594FontRef Font::Default(bool const use_mincho) {
595 if (use_mincho && default_mincho) {

Callers

nothing calls this directly

Calls 1

GetFontIdMethod · 0.80

Tested by

no test coverage detected