MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuFontGetHeight

Function PiuFontGetHeight

modules/piu/MC/piuFont.c:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100PiuDimension PiuFontGetHeight(PiuFont* self)
101{
102 return (*self)->height;
103}
104
105PiuDimension PiuFontGetWidth(PiuFont* self, xsSlot* string, xsIntegerValue offset, xsIntegerValue length)
106{

Callers 4

PiuTextFormatFunction · 0.50
PiuPort_measureStringFunction · 0.50
PiuStyleDrawFunction · 0.50
PiuStyleGetHeightFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected