MCPcopy 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
883bool Font::CanShape() const {
884 return vCanShape();
885}
886
887std::vector<Font::ShapeRet> Font::Shape(std::u32string_view text) const {
888 assert(vCanShape());

Callers 3

DrawMethod · 0.80
GetSizeMethod · 0.80
UpdateMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected