]> git.donarmstrong.com Git - lilypond.git/commitdiff
Save some pointers about pango/fontconfig
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 21 Nov 2004 22:15:44 +0000 (22:15 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 21 Nov 2004 22:15:44 +0000 (22:15 +0000)
Unicode/OpenType and AFM.

scm/output-gnome.scm
scm/output-svg.scm

index 9a03791402941849bf5a1ea031adb66c62caf29a..1ce2965e5d37971c6bede63d2db962500e9b81f8 100644 (file)
 ;;;      outside of LilyPond
 ;;;    - lilylib.
 ;;;  * Release schedule and packaging of dependencies.  This hack
-;;;    depends on several CVS and TLA development sources.
+;;;    depends on several CVS and TLA development sources.  In the works.
+;;;  * Maybe we need to have a unicode mapping somehow, we could
+;;;   - use OpenType instead of Type1
+;;;     http://lists.gnu.org/archive/html/lilypond-devel/2004-05/msg00098.html
+;;;   - or fix the pangofc-afm-decoder and add it to Pango (no chance?)
+;;;     or have fontconfig read AFM files
+;;;     http://lists.gnu.org/archive/html/lilypond-devel/2004-05/msg00103.html
 
 ;;; You need:
 ;;;
index c21a954e8582b16a48d0bc62d036dd6f165db2fb..6b4cf35dcc2663a4e947aed3330e1e79f981b489 100644 (file)
 ;;; * inkscape fails to map Feta fonts to private use area (PUA) E000
 ;;;   (sodipodi is fine).
 
+;;; * maybe we need to have a unicode mapping somehow, we could
+;;;   - use OpenType instead of Type1
+;;; http://lists.gnu.org/archive/html/lilypond-devel/2004-05/msg00098.html
+;;;
+;;;   - or fix the pangofc-afm-decoder and add it to Pango (no chance?)
+;;;     or have fontconfig read AFM files
+;;;  http://lists.gnu.org/archive/html/lilypond-devel/2004-05/msg00103.html
+
+
 (debug-enable 'backtrace)
 (define-module (scm output-svg))
 (define this-module (current-module))