]> git.donarmstrong.com Git - lilypond.git/commitdiff
Enable TTCs.
authorWerner Lemberg <wl@gnu.org>
Tue, 23 Dec 2008 10:02:23 +0000 (11:02 +0100)
committerWerner Lemberg <wl@gnu.org>
Tue, 23 Dec 2008 10:02:23 +0000 (11:02 +0100)
This is a first step only; currently, the first font in a TTC
is always used.

scm/framework-ps.scm

index 58026ff726c0c7472b6374c538e708dca32b0f38..595fedcfa88bfacd96295e184ed6f1c33cb12827 100644 (file)
        (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