MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_width

Method get_width

modules/gui/gui/src/backend/text_server/text_line.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318float TextLine::get_width() const
319{
320 return width;
321}
322
323Size2 TextLine::get_size() const
324{

Calls

no outgoing calls

Tested by

no test coverage detected