@aurigma/design-atoms
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
9 lines • 388 B
JavaScript
export var FontStyle;
(function (FontStyle) {
FontStyle[FontStyle["Regular"] = 0] = "Regular";
FontStyle[FontStyle["Bold"] = 1] = "Bold";
FontStyle[FontStyle["Italic"] = 2] = "Italic";
FontStyle[FontStyle["BoldItalic"] = 3] = "BoldItalic";
FontStyle[FontStyle["Other"] = 4] = "Other";
})(FontStyle || (FontStyle = {}));
//# sourceMappingURL=IFontService.js.map