summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-07-17 12:27:03 +0300
committerخالد حسني <khaled@libreoffice.org>2023-07-23 06:01:38 +0200
commitdd4a3fe191aab884380784250144c9fdd9647be3 (patch)
treef9d371ca07c668257696529b0d1bfb5d189d048b /vcl/source/outdev
parentc46f8c356d812230c3a43cd08fb79674be88d9a8 (diff)
vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioning
Change-Id: I8698d0f74889ac8a7de64a97e8cf0e8878ef7fc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154517 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r--vcl/source/outdev/text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 6e35beccfec0..e3196a512a2c 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -1377,7 +1377,7 @@ std::unique_ptr<SalLayout> OutputDevice::ImplLayout(const OUString& rOrigStr,
if( !pSalLayout )
return nullptr;
- pSalLayout->SetTextRenderModeForResolutionIndependentLayout(mbMap);
+ pSalLayout->SetSubpixelPositioning(mbMap);
// do glyph fallback if needed
// #105768# avoid fallback for very small font sizes