summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontregistry.cpp
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/llfontregistry.cpp
parent05566ce7a7e1895a5b3ab2f9df2587dac63429e1 (diff)
Support for COLR/CPAL fonts
Diffstat (limited to 'indra/llrender/llfontregistry.cpp')
-rw-r--r--indra/llrender/llfontregistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llfontregistry.cpp b/indra/llrender/llfontregistry.cpp
index 5ab2ab046e..426b10b016 100644
--- a/indra/llrender/llfontregistry.cpp
+++ b/indra/llrender/llfontregistry.cpp
@@ -495,7 +495,7 @@ LLFontGL *LLFontRegistry::createFont(const LLFontDescriptor& desc)
fontp = new LLFontGL;
}
if (fontp->loadFace(*font_paths_it, point_size_scale,
- LLFontGL::sVertDPI, LLFontGL::sHorizDPI, 2, is_fallback, i))
+ LLFontGL::sVertDPI, LLFontGL::sHorizDPI, true, is_fallback, i))
{
is_font_loaded = true;
if (is_first_found)