]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4924: Fix the warning message for OTC fonts
authorMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 8 Jul 2016 16:48:30 +0000 (01:48 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Sun, 17 Jul 2016 16:34:50 +0000 (01:34 +0900)
This commit fixes the warning message for OTC fonts.

scm/framework-ps.scm

index 6e03a3b967d186cb79c2012e5317ac03a7755a2a..a4041196789c989d7f7a5616cdd1c8ecd10b876c 100644 (file)
        ((and (string? bare-file-name)
              (eq? (ly:get-font-format bare-file-name font-index) 'CFF)
              (is-collection-font? bare-file-name))
-        (ly:warning (_ "Font ~a cannot be loaded via Ghostscript because it is an OpenType/CFF (OTC) font.")
+        (ly:warning (_ "Font ~a cannot be loaded via Ghostscript because it is an OpenType/CFF Collection (OTC) font.")
                     name)
         (load-font font-name-filename))
        ((and (string? bare-file-name)