panchalmukundak / dompdf

Automatically exported from code.google.com/p/dompdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice in

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Done
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

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

  • Added labels: Restrict-AddIssueComment-Commit