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

Method GetFontId

src/game_system.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390lcf::rpg::System::Font Game_System::GetFontId() {
391 return static_cast<lcf::rpg::System::Font>(!data.graphics_name.empty()
392 ? data.font_id
393 : lcf::Data::system.font_id);
394}
395
396Transition::Type Game_System::GetTransition(int which) {
397 int transition = 0;

Callers 3

RefreshEngineMethod · 0.80
DefaultMethod · 0.80
DefaultBitmapFontMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected