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

can use FontSelectPatternAttributes here

Change-Id: If7f50b04580ad7eeb7460eadf7dc493be8dfca2c
Reviewed-on: https://gerrit.libreoffice.org/59369Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst e0ad66c8
......@@ -304,7 +304,7 @@ bool GenericSalLayout::LayoutText(ImplLayoutArgs& rArgs, const SalLayoutGlyphs*
hb_buffer_set_unicode_funcs(pHbBuffer, pHbUnicodeFuncs);
#endif
const FontSelectPattern& rFontSelData = mpFont->GetFontSelectPattern();
const FontSelectPatternAttributes& rFontSelData = mpFont->GetFontSelectPattern();
if (rArgs.mnFlags & SalLayoutFlags::DisableKerning)
{
SAL_INFO("vcl.harfbuzz", "Disabling kerning for font: " << rFontSelData.maTargetName);
......
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