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

Method IsStyleApplied

src/font.cpp:897–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897bool Font::IsStyleApplied() const {
898 return style_applied;
899}
900
901Font::Style Font::GetCurrentStyle() const {
902 return current_style;

Callers 2

DrawMethod · 0.80
GetSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected