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

Function CFENew

modules/commodetto/cfeBMF.c:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56static const char *getASCIISubstitution(uint32_t cp);
57
58CommodettoFontEngine CFENew(void)
59{
60 BMF bmf = c_calloc(1, sizeof(BMFRecord));
61 if (!bmf)
62 return NULL;
63
64 return bmf;
65}
66
67void CFEDispose(CommodettoFontEngine bmf)
68{

Callers 3

xs_poco_buildFunction · 0.70
PiuStyleLookupFontFunction · 0.50
PiuStyleLookupFontFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected