| 587 | #endif |
| 588 | |
| 589 | FontRef 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 | |
| 594 | FontRef Font::Default(bool const use_mincho) { |
| 595 | if (use_mincho && default_mincho) { |