diff options
author | richard <none@none> | 2009-12-15 19:38:22 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-15 19:38:22 -0800 |
commit | 943cae62dbe41472b4515edbfca8a12e83dd6936 (patch) | |
tree | d03d24affc67ad672853cd98752df83e9506a85d /indra/llrender/llfontgl.h | |
parent | 17d1d3c129c25dd27ddbf2d15ab8873a61c16658 (diff) | |
parent | 3a02b9ec882c98009ae6c24913ee8a7a620b0f87 (diff) |
merge
Diffstat (limited to 'indra/llrender/llfontgl.h')
-rw-r--r-- | indra/llrender/llfontgl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llfontgl.h b/indra/llrender/llfontgl.h index bb7d8524e7..ea8eee7690 100644 --- a/indra/llrender/llfontgl.h +++ b/indra/llrender/llfontgl.h @@ -144,6 +144,7 @@ public: // Takes a string with potentially several flags, i.e. "NORMAL|BOLD|ITALIC" static U8 getStyleFromString(const std::string &style); + static std::string getStringFromStyle(U8 style); static std::string nameFromFont(const LLFontGL* fontp); static std::string sizeFromFont(const LLFontGL* fontp); |