summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontfreetype.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-04-15 19:41:20 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-04-15 22:27:56 +0300
commit7014db297d2af37eaf391f0adaca4e8d60d4e1ce (patch)
tree8eeb94b8fbb5d2745d814935786dc9bd1fa29979 /indra/llrender/llfontfreetype.cpp
parent740516f01defb95879231b482db3cfd9f300c211 (diff)
#2023 Pull in updated pacakge and mark public
Unused fonts were excluded
Diffstat (limited to 'indra/llrender/llfontfreetype.cpp')
-rw-r--r--indra/llrender/llfontfreetype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llfontfreetype.cpp b/indra/llrender/llfontfreetype.cpp
index 8d31d5d2ae..19326d301e 100644
--- a/indra/llrender/llfontfreetype.cpp
+++ b/indra/llrender/llfontfreetype.cpp
@@ -932,7 +932,7 @@ bool LLFontFreetype::setVariationAxis(const std::string& axis_tag, F32 value)
if (!found)
{
FT_Done_MM_Var(gFTLibrary, master);
- LL_WARNS_ONCE("FontVariation") << "Axis '" << axis_tag << "' not found in font: " << mName << LL_ENDL;
+ LL_WARNS_ONCE("Font") << "Axis '" << axis_tag << "' not found in font: " << mName << LL_ENDL;
return false;
}
@@ -958,7 +958,7 @@ bool LLFontFreetype::setVariationAxis(const std::string& axis_tag, F32 value)
return false;
}
- LL_INFOS("FontVariation") << "Set " << axis_tag << " = " << value
+ LL_DEBUGS("Font") << "Set " << axis_tag << " = " << value
<< " for font: " << mName << LL_ENDL;
return true;
}