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

Method getFont

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

Source from the content-addressed store, hash-verified

88 }
89
90 const Font* getFont() const override {
91 return _font;
92 }
93
94 void setFont(const Font* font) override {
95 _font = font;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected