diff options
author | McCabe Maxsted | 2011-03-24 02:18:34 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-03-24 02:24:04 -0700 |
commit | 0de9bb9ceca63a66e396c009ed4e291d5c862de7 (patch) | |
tree | 2c0a40259b5d9bf00b24f3f226ca2c9ac2267c8d /linden/indra/llrender/llfontgl.h | |
parent | Comboboxes can now use the font= xui setting (diff) | |
download | meta-impy-0de9bb9ceca63a66e396c009ed4e291d5c862de7.zip meta-impy-0de9bb9ceca63a66e396c009ed4e291d5c862de7.tar.gz meta-impy-0de9bb9ceca63a66e396c009ed4e291d5c862de7.tar.bz2 meta-impy-0de9bb9ceca63a66e396c009ed4e291d5c862de7.tar.xz |
Added a new default font size FontSansSerifBigger and fixed FontSansSerifBig not being named FontSansSerifLarge
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 6cb1727..e3a953b 100644 --- a/linden/indra/llrender/llfontgl.h +++ b/linden/indra/llrender/llfontgl.h | |||
@@ -233,7 +233,8 @@ public: | |||
233 | static LLFontGL* getFontMonospace(); | 233 | static LLFontGL* getFontMonospace(); |
234 | static LLFontGL* getFontSansSerifSmall(); | 234 | static LLFontGL* getFontSansSerifSmall(); |
235 | static LLFontGL* getFontSansSerif(); | 235 | static LLFontGL* getFontSansSerif(); |
236 | static LLFontGL* getFontSansSerifBig(); | 236 | static LLFontGL* getFontSansSerifBigger(); |
237 | static LLFontGL* getFontSansSerifLarge(); | ||
237 | static LLFontGL* getFontSansSerifHuge(); | 238 | static LLFontGL* getFontSansSerifHuge(); |
238 | static LLFontGL* getFontSansSerifBold(); | 239 | static LLFontGL* getFontSansSerifBold(); |
239 | static LLFontGL* getFontExtChar(); | 240 | static LLFontGL* getFontExtChar(); |