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

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

All files » fontkit/src/tables/ » LTSH.coffee
1 2 3 4 5 6 7 8 91         1      
r = require 'restructure'
 
# Linear Threshold table
# Records the ppem for each glyph at which the scaling becomes linear again, 
# despite instructions effecting the advance width
module.exports = new r.Struct
  version:    r.uint16
  numGlyphs:  r.uint16
  yPels:      new r.Array(r.uint8, 'numGlyphs')