openfl
Version:
A fast, productive library for 2D cross-platform development.
89 lines (71 loc) • 2.1 kB
JavaScript
// Class: lime.text.harfbuzz._HBFont.HBFont_Impl_
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 HBFont_Impl_ = function(){}
// Meta
HBFont_Impl_.__name__ = "lime.text.harfbuzz._HBFont.HBFont_Impl_";
HBFont_Impl_.__isInterface__ = false;
HBFont_Impl_.prototype = {
};
HBFont_Impl_.prototype.__class__ = HBFont_Impl_.prototype.constructor = $hxClasses["lime.text.harfbuzz._HBFont.HBFont_Impl_"] = HBFont_Impl_;
// Init
// Statics
HBFont_Impl_._new = function(face) {
var this1 = null;
return this1;
}
HBFont_Impl_.addGlyphOriginForDirection = function(this1,glyph,direction,x,y) {
}
HBFont_Impl_.createSubFont = function(this1) {
return null;
}
HBFont_Impl_.getGlyphAdvanceForDirection = function(this1,glyph,direction) {
return null;
}
HBFont_Impl_.getGlyphKerningForDirection = function(this1,glyph,firstGlyph,secondGlyph,direction) {
return null;
}
HBFont_Impl_.getGlyphOriginForDirection = function(this1,glyph,direction) {
return null;
}
HBFont_Impl_.glyphFromString = function(this1,s) {
return 0;
}
HBFont_Impl_.glyphToString = function(this1,codepoint) {
return null;
}
HBFont_Impl_.makeImmutable = function(this1) {
}
HBFont_Impl_.subtractGlyphOriginForDirection = function(this1,glyph,direction,x,y) {
}
HBFont_Impl_.get_empty = function() {
return null;
}
HBFont_Impl_.get_face = function(this1) {
return null;
}
HBFont_Impl_.get_immutable = function(this1) {
return false;
}
HBFont_Impl_.get_parent = function(this1) {
return null;
}
HBFont_Impl_.get_ppem = function(this1) {
return null;
}
HBFont_Impl_.set_ppem = function(this1,value) {
return value;
}
HBFont_Impl_.get_scale = function(this1) {
return null;
}
HBFont_Impl_.set_scale = function(this1,value) {
return value;
}
// Export
exports.default = HBFont_Impl_;