Fix build with HarfBuzz-NG older than 0.9.20
It is annoying that HB maintains binary compatibility but does not really care about source compatibility. Change-Id: Ife7b011919f28527b77858ad8398fe723c65b1b3 Reviewed-by: Lars Knoll <lars.knoll@digia.com>bb10
parent
3bcba4ceed
commit
e1804dcf3d
|
|
@ -1098,7 +1098,7 @@ int QTextEngine::shapeTextWithHarfbuzzNG(const QScriptItem &si, const ushort *st
|
|||
hb_buffer_set_segment_properties(buffer, &props);
|
||||
hb_buffer_guess_segment_properties(buffer);
|
||||
|
||||
uint buffer_flags = HB_BUFFER_FLAG_DEFAULT;
|
||||
uint buffer_flags = 0; // HB_BUFFER_FLAG_DEFAULT
|
||||
// Symbol encoding used to encode various crap in the 32..255 character code range,
|
||||
// and thus might override U+00AD [SHY]; avoid hiding default ignorables
|
||||
if (actualFontEngine->symbol)
|
||||
|
|
|
|||
Loading…
Reference in New Issue