summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontgl.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2019-10-28 23:40:41 +0200
committerKitty Barnett <develop@catznip.com>2019-10-28 23:40:41 +0200
commit9cfdb278de30e4a22d5d38fd08305fd40a905d80 (patch)
treee0f69acc1f102108be1cf2a89fa84c120833a798 /indra/llrender/llfontgl.h
parent05566ce7a7e1895a5b3ab2f9df2587dac63429e1 (diff)
Support for COLR/CPAL fonts
Diffstat (limited to 'indra/llrender/llfontgl.h')
-rw-r--r--indra/llrender/llfontgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llfontgl.h b/indra/llrender/llfontgl.h
index b1a433f97d..5028ccc770 100644
--- a/indra/llrender/llfontgl.h
+++ b/indra/llrender/llfontgl.h
@@ -87,7 +87,7 @@ public:
void destroyGL();
- BOOL loadFace(const std::string& filename, F32 point_size, const F32 vert_dpi, const F32 horz_dpi, const S32 components, BOOL is_fallback, S32 face_n = 0);
+ BOOL loadFace(const std::string& filename, F32 point_size, const F32 vert_dpi, const F32 horz_dpi, bool use_color, bool is_fallback, S32 face_n);
S32 getNumFaces(const std::string& filename);