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

Method DefaultBitmapFont

src/font.cpp:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604FontRef Font::DefaultBitmapFont() {
605 const bool m = (Main_Data::game_system && Main_Data::game_system->GetFontId() == lcf::rpg::System::Font_mincho);
606 return DefaultBitmapFont(m);
607}
608
609FontRef Font::DefaultBitmapFont(bool use_mincho) {
610 if (Player::IsCJK()) {

Callers

nothing calls this directly

Calls 1

GetFontIdMethod · 0.80

Tested by

no test coverage detected