diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llrender/llfontgl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llrender/llfontgl.h b/linden/indra/llrender/llfontgl.h index ce55385..4df1063 100644 --- a/linden/indra/llrender/llfontgl.h +++ b/linden/indra/llrender/llfontgl.h | |||
@@ -204,6 +204,8 @@ public: | |||
204 | static LLString nameFromVAlign(LLFontGL::VAlign align); | 204 | static LLString nameFromVAlign(LLFontGL::VAlign align); |
205 | static LLFontGL::VAlign vAlignFromName(const LLString& name); | 205 | static LLFontGL::VAlign vAlignFromName(const LLString& name); |
206 | 206 | ||
207 | static void setFontDisplay(BOOL flag) { sDisplayFont = flag ; } | ||
208 | |||
207 | protected: | 209 | protected: |
208 | struct embedded_data_t | 210 | struct embedded_data_t |
209 | { | 211 | { |
@@ -222,6 +224,7 @@ public: | |||
222 | static F32 sHorizDPI; | 224 | static F32 sHorizDPI; |
223 | static F32 sScaleX; | 225 | static F32 sScaleX; |
224 | static F32 sScaleY; | 226 | static F32 sScaleY; |
227 | static BOOL sDisplayFont ; | ||
225 | static LLString sAppDir; // For loading fonts | 228 | static LLString sAppDir; // For loading fonts |
226 | 229 | ||
227 | static LLFontGL* sMonospace; // medium | 230 | static LLFontGL* sMonospace; // medium |
@@ -246,7 +249,7 @@ public: | |||
246 | protected: | 249 | protected: |
247 | /*virtual*/ BOOL addChar(const llwchar wch); | 250 | /*virtual*/ BOOL addChar(const llwchar wch); |
248 | static LLString getFontPathLocal(); | 251 | static LLString getFontPathLocal(); |
249 | static LLString getFontPathSystem(); | 252 | static LLString getFontPathSystem(); |
250 | 253 | ||
251 | protected: | 254 | protected: |
252 | LLPointer<LLImageRaw> mRawImageGLp; | 255 | LLPointer<LLImageRaw> mRawImageGLp; |