To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107739





------- Additional comments from [email protected] Thu Dec 17 11:26:42 +0000 
2009 -------
hdu: I strongly suggest you actually READ issue reports, and not only the
comments but also look at the attachments; they're not there for nothing and
contain all necessary information. ;)  The font in question is Adobe's Myriad
Pro, which 1) isn't a TTF (TrueType or OpenType with TrueType outlines) but an
OTF (OpenType with Type1 outlines) font and 2) you may expect to have a kerning
table.

But then...  your command will not work for OTF fonts, as they usually don't
have a KERN table for the kern pairs but a GPOS table.  I modified your command
accordingly; this is the result ->

s...@zalle:~> hexdump -C
/usr/lib/Adobe/Reader9/Resource/Font/MinionPro-Regular.otf | head -n25 | fgrep
-i gpos | wc
      1      18      79

Thus you can safely exclude this issue being a duplicate of issue #31764.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to