astro-ghostcms/.pnpm-store/v3/files/47/ab223e5c26e82751c98d28c1fd6...

11 lines
351 B
Plaintext

var FontStyle;
(function (FontStyle) {
FontStyle[FontStyle["NotSet"] = -1] = "NotSet";
FontStyle[FontStyle["None"] = 0] = "None";
FontStyle[FontStyle["Italic"] = 1] = "Italic";
FontStyle[FontStyle["Bold"] = 2] = "Bold";
FontStyle[FontStyle["Underline"] = 4] = "Underline";
})(FontStyle || (FontStyle = {}));
export { FontStyle };