Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoMichael/MicroTeX
/ getSize
Method
getSize
src/samples/mem_check_main.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
Font_none() {}
13
14
float getSize() const override {
15
return 1.f;
16
}
17
18
sptr<Font> deriveFont(int style) const override {
19
return sptr<Font>(new Font_none());
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected