From 2ce0fc5f185f22be79b9be5406b76c97ed91ee01 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Thu, 5 Apr 2007 00:59:55 +0000 Subject: svn merge -r 59234:60086 svn+ssh://svn/svn/linden/branches/live_lsl_help2 -> release --- indra/llrender/llfontgl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/llrender/llfontgl.h') diff --git a/indra/llrender/llfontgl.h b/indra/llrender/llfontgl.h index 789879a5ca..75e12f0475 100644 --- a/indra/llrender/llfontgl.h +++ b/indra/llrender/llfontgl.h @@ -14,6 +14,7 @@ #include "llimagegl.h" #include "v2math.h" #include "llcoord.h" +#include "llrect.h" class LLColor4; @@ -187,6 +188,8 @@ protected: const embedded_data_t* getEmbeddedCharData(const llwchar wch) const; F32 getEmbeddedCharAdvance(const embedded_data_t* ext_data) const; void clearEmbeddedChars(); + void renderQuad(const LLRectf& screen_rect, const LLRectf& uv_rect, F32 slant_amt) const; + void drawGlyph(const LLRectf& screen_rect, const LLRectf& uv_rect, const LLColor4& color, U8 style, F32 drop_shadow_fade) const; public: static F32 sVertDPI; -- cgit v1.2.3