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 536d809 commit d6eb326Copy full SHA for d6eb326
src/FontLib/EOT/File.php
@@ -75,7 +75,7 @@ public function read($n) {
75
76
$string = (string) fread($this->f, $n);
77
$chunks = mb_str_split($string, 2, '8bit');
78
-
+ $chunks = array_map("strrev", $chunks);
79
return implode("", $chunks);
80
}
81
0 commit comments