mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #1862 - Follow-up: Replace deprecated Harfbuzz functions with current ones.
Based on Mozilla bug 1500356.
This commit is contained in:
parent
45b34592b6
commit
51426d1053
7 changed files with 73 additions and 78 deletions
|
|
@ -484,7 +484,7 @@ FT2FontEntry::ReadCMAP(FontInfoData *aFontInfoData)
|
|||
// check to see if the cmap includes complex script codepoints
|
||||
if (charmap->TestRange(sr->rangeStart, sr->rangeEnd)) {
|
||||
// We check for GSUB here, as GPOS alone would not be ok.
|
||||
if (hasGSUB && SupportsScriptInGSUB(sr->tags)) {
|
||||
if (hasGSUB && SupportsScriptInGSUB(sr->tags, sr->numTags)) {
|
||||
continue;
|
||||
}
|
||||
charmap->ClearRange(sr->rangeStart, sr->rangeEnd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue