Commit 4d3794e
committed
text-freetype2: Fix FC_INDEX retrieval
FcPatternGetInteger was called with value list index
1 instead of 0, requesting a non-existent second
value. For TTC/OTC font collections where the matched
face has a non-zero index, this caused the wrong face
to be loaded — potentially one with incomplete
character coverage, resulting in missing glyphs.1 parent 7272af1 commit 4d3794e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments