Skip to content

Commit 40951dc

Browse files
committed
spacing ...
1 parent 8542664 commit 40951dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FontLib/Table/Type/cmap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected function _parse() {
124124
} else {
125125
for ($index = 0; $index < $subHeader["entryCount"]; $index++) {
126126
$c = null;
127-
$lowByte = $subHeader["firstCode"] + $index;
127+
$lowByte = $subHeader["firstCode"] + $index;
128128
$c = (($highByte & 0xFF) << 8) | ($lowByte & 0xFF);
129129
$glyphId = $glyphIdArray[$subHeader["glyphIdArrayOffset"]][$index];
130130
if ($glyphId === 0) {

0 commit comments

Comments
 (0)