Code coverage report for fontkit/src/tables/fpgm.coffee

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » fontkit/src/tables/ » fpgm.coffee
1 2 3 4 5 6 71         1  
r = require 'restructure'
 
# A list of instructions that are executed once when a font is first used. 
# These instructions are known as the font program. The main use of this table 
# is for the definition of functions that are used in many different glyph programs.
module.exports = new r.Struct
  instructions: new r.Array(r.uint8)