We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8542664 commit 40951dcCopy full SHA for 40951dc
src/FontLib/Table/Type/cmap.php
@@ -124,7 +124,7 @@ protected function _parse() {
124
} else {
125
for ($index = 0; $index < $subHeader["entryCount"]; $index++) {
126
$c = null;
127
- $lowByte = $subHeader["firstCode"] + $index;
+ $lowByte = $subHeader["firstCode"] + $index;
128
$c = (($highByte & 0xFF) << 8) | ($lowByte & 0xFF);
129
$glyphId = $glyphIdArray[$subHeader["glyphIdArrayOffset"]][$index];
130
if ($glyphId === 0) {
0 commit comments