diff options
author | Richard Linden <none@none> | 2012-01-31 17:51:43 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-31 17:51:43 -0800 |
commit | c47c31fdbfb1c02de13bc7f17af1e7d173c048f3 (patch) | |
tree | 54d927b5f627103b3f87d276137d115c00afa699 /indra/llrender/llfontgl.h | |
parent | adefcabd6a34d1d02ddfd1f6f208663b0667ac59 (diff) |
EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat
Diffstat (limited to 'indra/llrender/llfontgl.h')
-rw-r--r-- | indra/llrender/llfontgl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llrender/llfontgl.h b/indra/llrender/llfontgl.h index dc8d848ed2..9d7e2891e3 100644 --- a/indra/llrender/llfontgl.h +++ b/indra/llrender/llfontgl.h @@ -115,9 +115,7 @@ public: S32 renderUTF8(const std::string &text, S32 begin_offset, S32 x, S32 y, const LLColor4 &color, HAlign halign, VAlign valign, U8 style = NORMAL, ShadowType shadow = NO_SHADOW) const; // font metrics - override for LLFontFreetype that returns units of virtual pixels - F32 getLineHeight() const; - F32 getAscenderHeight() const; - F32 getDescenderHeight() const; + S32 getLineHeight() const; S32 getWidth(const std::string& utf8text) const; S32 getWidth(const llwchar* wchars) const; |