MCPcopy 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
48PiuDimension PiuFontGetHeight(PiuFont* self)
49{
50 return (PiuDimension)c_ceil((*self)->height);
51}
52
53PiuDimension PiuFontGetWidth(PiuFont* self, xsSlot* slot, xsIntegerValue offset, xsIntegerValue length)
54{

Callers 1

PiuFieldProcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected