all files / graphics/fonts/ ttf-glyph-header.js

100% Statements 6/6
100% Branches 0/0
100% Functions 3/3
100% Lines 6/6
1 2 3 4 5 6 7 8 9 10 11          
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    var TtfGlyphHeader = (function () {
        function TtfGlyphHeader() {
        }
        return TtfGlyphHeader;
    }());
    exports.TtfGlyphHeader = TtfGlyphHeader;
});