Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
PiuDimension PiuFontGetAscent(PiuFont* self)
50
{
51
return (*self)->ascent;
52
}
53
54
PiuGlyph PiuFontGetGlyph(PiuFont* self, xsIntegerValue character, uint8_t needPixels)
55
{
Callers
2
PiuTextDraw
Function · 0.50
PiuTextFormat
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected