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

Method create

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

Source from the content-addressed store, hash-verified

29};
30
31Font* Font::create(const string& file, float size) {
32 return new Font_none();
33}
34
35sptr<Font> Font::_create(const string& name, int style, float size) {
36 return sptr<Font>(new Font_none());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected