added decoration_none

This commit is contained in:
peterl%netscape.com 1998-09-17 00:13:15 +00:00
parent 128a5d4022
commit bf2982d411

View File

@ -86,6 +86,7 @@ struct NS_GFX nsFont {
#define NS_FONT_VARIANT_NORMAL 0
#define NS_FONT_VARIANT_SMALL_CAPS 1
#define NS_FONT_DECORATION_NONE 0x0
#define NS_FONT_DECORATION_UNDERLINE 0x1
#define NS_FONT_DECORATION_OVERLINE 0x2
#define NS_FONT_DECORATION_LINE_THROUGH 0x4