openfl
Version:
A fast, productive library for 2D cross-platform development.
65 lines (47 loc) • 1.66 kB
JavaScript
// Class: lime.graphics.cairo._CairoFontOptions.CairoFontOptions_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 CairoFontOptions_Impl_ = function(){}
// Meta
CairoFontOptions_Impl_.__name__ = "lime.graphics.cairo._CairoFontOptions.CairoFontOptions_Impl_";
CairoFontOptions_Impl_.__isInterface__ = false;
CairoFontOptions_Impl_.prototype = {
};
CairoFontOptions_Impl_.prototype.__class__ = CairoFontOptions_Impl_.prototype.constructor = $hxClasses["lime.graphics.cairo._CairoFontOptions.CairoFontOptions_Impl_"] = CairoFontOptions_Impl_;
// Init
// Statics
CairoFontOptions_Impl_._new = function() {
var this1 = null;
return this1;
}
CairoFontOptions_Impl_.get_antialias = function(this1) {
return 0;
}
CairoFontOptions_Impl_.set_antialias = function(this1,value) {
return value;
}
CairoFontOptions_Impl_.get_hintMetrics = function(this1) {
return 0;
}
CairoFontOptions_Impl_.set_hintMetrics = function(this1,value) {
return value;
}
CairoFontOptions_Impl_.get_hintStyle = function(this1) {
return 0;
}
CairoFontOptions_Impl_.set_hintStyle = function(this1,value) {
return value;
}
CairoFontOptions_Impl_.get_subpixelOrder = function(this1) {
return 0;
}
CairoFontOptions_Impl_.set_subpixelOrder = function(this1,value) {
return value;
}
// Export
exports.default = CairoFontOptions_Impl_;