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

Function makePostTable

libraries/p5.js:6370–6382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6368}
6369
6370function makePostTable() {
6371 return new table.Table('post', [
6372 {name: 'version', type: 'FIXED', value: 0x00030000},
6373 {name: 'italicAngle', type: 'FIXED', value: 0},
6374 {name: 'underlinePosition', type: 'FWORD', value: 0},
6375 {name: 'underlineThickness', type: 'FWORD', value: 0},
6376 {name: 'isFixedPitch', type: 'ULONG', value: 0},
6377 {name: 'minMemType42', type: 'ULONG', value: 0},
6378 {name: 'maxMemType42', type: 'ULONG', value: 0},
6379 {name: 'minMemType1', type: 'ULONG', value: 0},
6380 {name: 'maxMemType1', type: 'ULONG', value: 0}
6381 ]);
6382}
6383
6384exports.parse = parsePostTable;
6385exports.make = makePostTable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected