diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-31 13:40:59 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-31 13:40:59 +0300 |
commit | 81d69cf84decb84bb7d65057063a19cb6c9fa6f5 (patch) | |
tree | 6e2468c87c7c7ba40dcde873b7c9d1ea3e98bcfc /indra/llrender/llfontgl.h | |
parent | a77cdfdbba1eb557f204721c2cf8f875e1c34bc1 (diff) |
SL-19379 WIP add worn suffix, use bold font style for worn items and italic for links
Diffstat (limited to 'indra/llrender/llfontgl.h')
-rw-r--r-- | indra/llrender/llfontgl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llfontgl.h b/indra/llrender/llfontgl.h index 3b58a37d33..9608b7ea91 100644 --- a/indra/llrender/llfontgl.h +++ b/indra/llrender/llfontgl.h @@ -189,6 +189,8 @@ public: static LLFontGL* getFontMonospace(); static LLFontGL* getFontSansSerifSmall(); + static LLFontGL* getFontSansSerifSmallBold(); + static LLFontGL* getFontSansSerifSmallItalic(); static LLFontGL* getFontSansSerif(); static LLFontGL* getFontSansSerifBig(); static LLFontGL* getFontSansSerifHuge(); |