MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / TextLayout_none

Method TextLayout_none

src/samples/mem_check_main.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41class TextLayout_none : public TextLayout {
42public:
43 TextLayout_none() {}
44
45 void getBounds(_out_ Rect& bounds) override {
46 bounds.x = bounds.y = bounds.w = bounds.h = 0.f;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected