CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/03 00:51:28

Modified files:
        scm            : framework-ps.scm 

Log message:
        * scm/framework-ps.scm (write-preamble): extract CFF from OTF
        fonts directly.
        
        * scm/framework-ps.scm (ps-embed-cff): reinstate.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.95&tr2=1.96&r1=text&r2=text

Patches:
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.95 lilypond/scm/framework-ps.scm:1.96
--- lilypond/scm/framework-ps.scm:1.95  Tue May  3 00:42:56 2005
+++ lilypond/scm/framework-ps.scm       Tue May  3 00:51:28 2005
@@ -254,14 +254,14 @@
         (ps-embed-cff (ly:otf-font-table-data font "CFF ")
                       name
                       0))
-        (cached-file-contents bare-file-name))
        ((and bare-file-name (string-match "\\.ttf" bare-file-name))
         (ly:ttf->pfa bare-file-name))
        (bare-file-name (cached-file-contents bare-file-name))
        (cff-file-name  (cached-file-contents cff-file-name))
        (else
         (ly:warning (_ "can't find CFF/PFA/PFB font ~S=~S" name file-name))
-        (cons font-name "")))))
+        (cons font-name "")))
+       )))
 
   
   (define (load-fonts paper)


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to