Kaydet (Commit) 39e2c1f2 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz: fix build

Change-Id: I8b5badc7ad6493b9268d6d141885a6f0bff1baa1
üst c3f13f0c
......@@ -19,6 +19,7 @@
#include <i18nlangtag/mslangid.hxx>
#include <officecfg/Office/Common.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/fontcharmap.hxx>
#include <vcl/metric.hxx>
......@@ -403,6 +404,9 @@ void ImplFontMetricData::ImplInitFlags( const OutputDevice* pDev )
bool ImplFontMetricData::ShouldUseWinMetrics(vcl::TTGlobalFontInfo& rInfo)
{
if (utl::ConfigManager::IsFuzzing())
return false;
OUString aFontIdentifier(
GetFamilyName() + ","
+ OUString::number(rInfo.ascender) + "," + OUString::number(rInfo.descender) + ","
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment