Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ PiuFontGetHeight
Function
PiuFontGetHeight
modules/piu/PC/win/piuFont.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
PiuDimension PiuFontGetHeight(PiuFont* self)
49
{
50
return (PiuDimension)c_ceil((*self)->height);
51
}
52
53
PiuDimension PiuFontGetWidth(PiuFont* self, xsSlot* slot, xsIntegerValue offset, xsIntegerValue length)
54
{
Callers
1
PiuFieldProc
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected