Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ CanShape
Method
CanShape
src/font.cpp:883–885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
881
}
882
883
bool Font::CanShape() const {
884
return vCanShape();
885
}
886
887
std::vector<Font::ShapeRet> Font::Shape(std::u32string_view text) const {
888
assert(vCanShape());
Callers
3
Draw
Method · 0.80
GetSize
Method · 0.80
UpdateMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected