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

Function CFESetFontSize

modules/commodetto/cfeBMF.c:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void CFESetFontSize(CommodettoFontEngine bmf, int32_t size)
167{
168 // no sizes
169}
170
171void CFEGetFontMetrics(CommodettoFontEngine bmf, int32_t *ascent, int32_t *descent, int32_t *leading)
172{

Callers 5

PiuFontGetWidthFunction · 0.50
PiuStyleLookupFontFunction · 0.50
PiuViewDrawStringFunction · 0.50
PiuFontGetGlyphFunction · 0.50
PiuStyleLookupFontFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected