(numGlyphs)
| 5214 | } |
| 5215 | |
| 5216 | function 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 | |
| 5223 | exports.parse = parseMaxpTable; |
| 5224 | exports.make = makeMaxpTable; |
nothing calls this directly
no outgoing calls
no test coverage detected