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

Method getBounds

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

Source from the content-addressed store, hash-verified

43 TextLayout_none() {}
44
45 void getBounds(_out_ Rect& bounds) override {
46 bounds.x = bounds.y = bounds.w = bounds.h = 0.f;
47 }
48
49 void draw(Graphics2D& g2, float x, float y) override {
50 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected