openfl
Version:
A fast, productive library for 2D cross-platform development.
39 lines (20 loc) • 769 B
JavaScript
// Class: lime.text.GlyphMetrics
var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this
$global.Object.defineProperty(exports, "__esModule", {value: true});
var __map_reserved = {};
// Imports
var $hxClasses = require("./../../hxClasses_stub").default;
var $hxEnums = require("./../../hxEnums_stub").default;
// Constructor
var GlyphMetrics = function() {
}
// Meta
GlyphMetrics.__name__ = "lime.text.GlyphMetrics";
GlyphMetrics.__isInterface__ = false;
GlyphMetrics.prototype = {
};
GlyphMetrics.prototype.__class__ = GlyphMetrics.prototype.constructor = $hxClasses["lime.text.GlyphMetrics"] = GlyphMetrics;
// Init
// Statics
// Export
exports.default = GlyphMetrics;