- "use strict";
- (function (TextAlignment) {
- TextAlignment[TextAlignment["LeftTop"] = 0] = "LeftTop";
- TextAlignment[TextAlignment["LeftCenter"] = 1] = "LeftCenter";
- TextAlignment[TextAlignment["LeftBottom"] = 2] = "LeftBottom";
- TextAlignment[TextAlignment["CenterTop"] = 3] = "CenterTop";
- TextAlignment[TextAlignment["CenterCenter"] = 4] = "CenterCenter";
- TextAlignment[TextAlignment["CenterBottom"] = 5] = "CenterBottom";
- TextAlignment[TextAlignment["RightTop"] = 6] = "RightTop";
- TextAlignment[TextAlignment["RightCenter"] = 7] = "RightCenter";
- TextAlignment[TextAlignment["RightBottom"] = 8] = "RightBottom";
- })(exports.TextAlignment || (exports.TextAlignment = {}));
- var TextAlignment = exports.TextAlignment;
|