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 };