Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
libreoffice.30864
fix_harfbuzz_on_sle12_sp5.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_harfbuzz_on_sle12_sp5.patch of Package libreoffice.30864
Index: libreoffice-7.5.1.2/vcl/source/font/fontmetric.cxx =================================================================== --- libreoffice-7.5.1.2.orig/vcl/source/font/fontmetric.cxx +++ libreoffice-7.5.1.2/vcl/source/font/fontmetric.cxx @@ -549,20 +549,7 @@ void ImplFontMetricData::ImplInitBaselin double fScale = 0; pFontInstance->GetScale(nullptr, &fScale); hb_position_t nBaseline = 0; - - if (hb_ot_layout_get_baseline(pHbFont, - HB_OT_LAYOUT_BASELINE_TAG_HANGING, - HB_DIRECTION_INVALID, - HB_SCRIPT_UNKNOWN, - HB_TAG_NONE, - &nBaseline)) - { - mnHangingBaseline = nBaseline * fScale; - } - else - { - mnHangingBaseline = 0; - } + mnHangingBaseline = 0; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor