diff options
author | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
commit | c07901e29ed545bbb02e3bddf148fe1104b94e9f (patch) | |
tree | f1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/llrender/llfontgl.h | |
parent | Second Life viewer sources 1.15.0.2 (diff) | |
download | meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2 meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz |
Second Life viewer sources 1.15.1.3
Diffstat (limited to 'linden/indra/llrender/llfontgl.h')
-rw-r--r-- | linden/indra/llrender/llfontgl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llrender/llfontgl.h b/linden/indra/llrender/llfontgl.h index 98a7a55..2cd62c6 100644 --- a/linden/indra/llrender/llfontgl.h +++ b/linden/indra/llrender/llfontgl.h | |||
@@ -65,7 +65,8 @@ public: | |||
65 | BOLD = 1, | 65 | BOLD = 1, |
66 | ITALIC = 2, | 66 | ITALIC = 2, |
67 | UNDERLINE = 4, | 67 | UNDERLINE = 4, |
68 | DROP_SHADOW = 8 | 68 | DROP_SHADOW = 8, |
69 | DROP_SHADOW_SOFT = 16 | ||
69 | }; | 70 | }; |
70 | 71 | ||
71 | // Takes a string with potentially several flags, i.e. "NORMAL|BOLD|ITALIC" | 72 | // Takes a string with potentially several flags, i.e. "NORMAL|BOLD|ITALIC" |