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

Function PiuFontGetAscent

modules/piu/MC/piuFont.c:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49PiuDimension PiuFontGetAscent(PiuFont* self)
50{
51 return (*self)->ascent;
52}
53
54PiuGlyph PiuFontGetGlyph(PiuFont* self, xsIntegerValue character, uint8_t needPixels)
55{

Callers 2

PiuTextDrawFunction · 0.50
PiuTextFormatFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected