From 38299c6707bf7db3b79575e2600005ec0a3a7343 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 21 Nov 2004 22:15:44 +0000 Subject: [PATCH] Save some pointers about pango/fontconfig Unicode/OpenType and AFM. --- scm/output-gnome.scm | 8 +++++++- scm/output-svg.scm | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/scm/output-gnome.scm b/scm/output-gnome.scm index 9a03791402..1ce2965e5d 100644 --- a/scm/output-gnome.scm +++ b/scm/output-gnome.scm @@ -17,7 +17,13 @@ ;;; 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: ;;; diff --git a/scm/output-svg.scm b/scm/output-svg.scm index c21a954e85..6b4cf35dcc 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -17,6 +17,15 @@ ;;; * 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)) -- 2.39.2