]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4876/5: Add direct parsing CFF for getting Postscript font name
authorMasamichi Hosoda <trueroad@trueroad.jp>
Sun, 26 Jun 2016 03:15:33 +0000 (12:15 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 4 Jul 2016 12:46:34 +0000 (21:46 +0900)
commitca9c7a2c28b32f6abe203979532946d557674891
treeeb0f8fab1919fc8df5e498696e26be07a7942e97
parent22559b0c3837f49762caa52a7b05f35a156c595f
Issue 4876/5: Add direct parsing CFF for getting Postscript font name

FreeType 2.6 and 2.6.1 cannot get PS name from pure-CFF.
(FreeType 2.5.5 and earlier does not have this issue.
 FreeType 2.6.2+ has this bug fixed.)
So we need direct parsing of the 'CFF' table, in this case.
lily/open-type-font.cc