diff options
author | angela <angela@lindenlab.com> | 2009-11-17 16:33:49 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-11-17 16:33:49 +0800 |
commit | 0098bf40ea73078e2164ae55a8fa2f9049d0d4e9 (patch) | |
tree | 32cac232a7bacf814be61026598605d7a683c629 /indra/llrender/llfontgl.h | |
parent | 28aa749db58b3a4095ca7e59811900767cd897b0 (diff) |
undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use font.style, font.name and font.size params for font creating
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 5f2c86c6c1..bb7d8524e7 100644 --- a/indra/llrender/llfontgl.h +++ b/indra/llrender/llfontgl.h @@ -146,6 +146,7 @@ public: static U8 getStyleFromString(const std::string &style); static std::string nameFromFont(const LLFontGL* fontp); + static std::string sizeFromFont(const LLFontGL* fontp); static std::string nameFromHAlign(LLFontGL::HAlign align); static LLFontGL::HAlign hAlignFromName(const std::string& name); |