diff options
author | Masamichi Hosoda <trueroad@trueroad.jp> | 2016-07-09 01:48:30 +0900 |
---|---|---|
committer | Masamichi Hosoda <trueroad@trueroad.jp> | 2016-07-18 01:34:50 +0900 |
commit | 1e399ae52600d7a724d5b9014f73ab539478dd66 (patch) | |
tree | 8a4afa6ca6c99a6eb30739203bde8333ac030cb5 | |
parent | 973fb1c7951f923d6a9c66d1a91d586719416f51 (diff) |
Issue 4924: Fix the warning message for OTC fonts
This commit fixes the warning message for OTC fonts.
-rw-r--r-- | scm/framework-ps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 6e03a3b967..a404119678 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -328,7 +328,7 @@ ((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) |