MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / makeMaxpTable

Function makeMaxpTable

libraries/p5.js:5216–5221  ·  view source on GitHub ↗
(numGlyphs)

Source from the content-addressed store, hash-verified

5214}
5215
5216function makeMaxpTable(numGlyphs) {
5217 return new table.Table('maxp', [
5218 {name: 'version', type: 'FIXED', value: 0x00005000},
5219 {name: 'numGlyphs', type: 'USHORT', value: numGlyphs}
5220 ]);
5221}
5222
5223exports.parse = parseMaxpTable;
5224exports.make = makeMaxpTable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected