Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetCurrentStyle
Method
GetCurrentStyle
src/font.cpp:901–903 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
899
}
900
901
Font::Style Font::GetCurrentStyle() const {
902
return current_style;
903
}
904
905
Font::StyleScopeGuard Font::ApplyStyle(Style new_style) {
906
vApplyStyle(new_style);
Callers
5
Refresh
Method · 0.80
Draw
Method · 0.80
GetSize
Method · 0.80
RefreshEngineFont
Method · 0.80
UpdateFont
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected