]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4989/1: Fix Type1 (PFA) font embedding
authorMasamichi Hosoda <trueroad@trueroad.jp>
Wed, 26 Oct 2016 11:56:49 +0000 (20:56 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 3 Nov 2016 21:52:50 +0000 (06:52 +0900)
commit1e0bc03d9e50ea4d69e08fdbb0a85e56203299f2
tree7ff507d7d44111999db679be0df160946faaa3c2
parent801be1cd740066e9ab3f2c6898f7bdc524c5cef7
Issue 4989/1: Fix Type1 (PFA) font embedding

Type1 (PFA) fonts can contain '\0'.
e.g. URW++ June 2016 (Ghostscript 9.20)

In order to avoid problems with '\0',
this commit makes to use the file length
instead of zero-terminated string.
lily/pfb-scheme.cc