From: Werner Lemberg Date: Tue, 23 Dec 2008 10:02:23 +0000 (+0100) Subject: Enable TTCs. X-Git-Tag: release/2.12.1-1~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80e472f9668f4fa71ee183dc05680402c28e60e0;p=lilypond.git Enable TTCs. This is a first step only; currently, the first font in a TTC is always used. --- diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 58026ff726..595fedcfa8 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -341,6 +341,8 @@ (ly:pfb->pfa file-name)) ((and file-name (string-endswith downcase-file-name ".ttf")) (ly:ttf->pfa file-name)) + ((and file-name (string-endswith downcase-file-name ".ttc")) + (ly:ttf->pfa file-name)) ((and file-name (string-endswith downcase-file-name ".otf")) (ps-embed-cff (ly:otf->cff file-name) name 0)) (else