anilselvaa / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Notice in #546

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There seems to be a bug in font_truetype.cls.php, line 259 (version 0.6 beta 3)

if (!in_array($glyphIndex, $gids) && isset($indexToLoc[$glyphIndex])) {

instead it should probably say

if (!in_array($glyphIndex, $gids) && isset($gidToCid[$glyphIndex])) {

Original issue reported on code.google.com by vkoz...@gmail.com on 17 Oct 2012 at 2:49

GoogleCodeExporter commented 8 years ago
Hello, this is an issue in the php-font-lib project used by dompdf:
http://code.google.com/p/php-font-lib/

Can you post this issue there ?

Original comment by fabien.menager on 17 Oct 2012 at 3:39

GoogleCodeExporter commented 8 years ago
Posted, http://code.google.com/p/php-font-lib/issues/detail?id=2 .

Original comment by vkoz...@gmail.com on 17 Oct 2012 at 3:48

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16