diff options
Diffstat (limited to 'linden/indra/llrender/llfontgl.h')
-rw-r--r-- | linden/indra/llrender/llfontgl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llrender/llfontgl.h b/linden/indra/llrender/llfontgl.h index bcb8dfb..98a7a55 100644 --- a/linden/indra/llrender/llfontgl.h +++ b/linden/indra/llrender/llfontgl.h | |||
@@ -5,6 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (c) 2001-2007, Linden Research, Inc. | 6 | * Copyright (c) 2001-2007, Linden Research, Inc. |
7 | * | 7 | * |
8 | * Second Life Viewer Source Code | ||
8 | * The source code in this file ("Source Code") is provided by Linden Lab | 9 | * The source code in this file ("Source Code") is provided by Linden Lab |
9 | * to you under the terms of the GNU General Public License, version 2.0 | 10 | * to you under the terms of the GNU General Public License, version 2.0 |
10 | * ("GPL"), unless you have obtained a separate licensing agreement | 11 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -33,6 +34,7 @@ | |||
33 | #include "llimagegl.h" | 34 | #include "llimagegl.h" |
34 | #include "v2math.h" | 35 | #include "v2math.h" |
35 | #include "llcoord.h" | 36 | #include "llcoord.h" |
37 | #include "llrect.h" | ||
36 | 38 | ||
37 | class LLColor4; | 39 | class LLColor4; |
38 | 40 | ||
@@ -206,6 +208,8 @@ protected: | |||
206 | const embedded_data_t* getEmbeddedCharData(const llwchar wch) const; | 208 | const embedded_data_t* getEmbeddedCharData(const llwchar wch) const; |
207 | F32 getEmbeddedCharAdvance(const embedded_data_t* ext_data) const; | 209 | F32 getEmbeddedCharAdvance(const embedded_data_t* ext_data) const; |
208 | void clearEmbeddedChars(); | 210 | void clearEmbeddedChars(); |
211 | void renderQuad(const LLRectf& screen_rect, const LLRectf& uv_rect, F32 slant_amt) const; | ||
212 | void drawGlyph(const LLRectf& screen_rect, const LLRectf& uv_rect, const LLColor4& color, U8 style, F32 drop_shadow_fade) const; | ||
209 | 213 | ||
210 | public: | 214 | public: |
211 | static F32 sVertDPI; | 215 | static F32 sVertDPI; |