MCPcopy 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
901Font::Style Font::GetCurrentStyle() const {
902 return current_style;
903}
904
905Font::StyleScopeGuard Font::ApplyStyle(Style new_style) {
906 vApplyStyle(new_style);

Callers 5

RefreshMethod · 0.80
DrawMethod · 0.80
GetSizeMethod · 0.80
RefreshEngineFontMethod · 0.80
UpdateFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected