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

Method GetName

src/font.cpp:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703std::string_view Font::GetName() const {
704 return name;
705}
706
707Rect Font::GetSize(char32_t glyph) const {
708 if (EP_UNLIKELY(Utils::IsControlCharacter(glyph))) {

Callers 15

StartMethod · 0.45
vUpdateMethod · 0.45
InelukiReadLinkMethod · 0.45
AddOptionMethod · 0.45
RefreshEngineFontMethod · 0.45
DrawActorNameMethod · 0.45
SaveMethod · 0.45
GetEnemyTargetNamesFunction · 0.45
CreateEnemyActionsMethod · 0.45
ProcessSceneActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected