(font)
| 7015 | var execGlyph; |
| 7016 | var execComponent; |
| 7017 | function Hinting(font) { |
| 7018 | this.font = font; |
| 7019 | this.getCommands = function(hPoints) { |
| 7020 | return glyf.getPath(hPoints).commands; |
| 7021 | }; |
| 7022 | this._fpgmState = this._prepState = void 0; |
| 7023 | this._errorState = 0; |
| 7024 | } |
| 7025 | function roundOff(v2) { |
| 7026 | return v2; |
| 7027 | } |