Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
703
std::string_view Font::GetName() const {
704
return name;
705
}
706
707
Rect Font::GetSize(char32_t glyph) const {
708
if (EP_UNLIKELY(Utils::IsControlCharacter(glyph))) {
Callers
15
CommandConditionalBranch
Method · 0.45
Start
Method · 0.45
vUpdate
Method · 0.45
InelukiReadLink
Method · 0.45
AddOption
Method · 0.45
RefreshEngineFont
Method · 0.45
DrawActorName
Method · 0.45
Save
Method · 0.45
GetEnemyTargetNames
Function · 0.45
CreateEnemyActions
Method · 0.45
ProcessSceneAction
Method · 0.45
ProcessSceneActionBattle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected