diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-20 13:03:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-21 11:58:01 +0200 |
commit | e159948c4b3143b67fcd5861d9f4f583bc2df3ee (patch) | |
tree | a6914970cc9c597fdad53c3ac0c510496daf04d6 /vcl | |
parent | e0ad66c833265e16ef515283e998ed17f7c9e7f4 (diff) |
can use FontSelectPatternAttributes here
Change-Id: If7f50b04580ad7eeb7460eadf7dc493be8dfca2c
Reviewed-on: https://gerrit.libreoffice.org/59369
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/CommonSalLayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx index e4312847d72b..9a3d14d69bfc 100644 --- a/vcl/source/gdi/CommonSalLayout.cxx +++ b/vcl/source/gdi/CommonSalLayout.cxx @@ -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); |