From 82ec86efa563fab5e5978d66a2ead530c8dceb60 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Mon, 30 May 2016 00:24:09 +0900 Subject: [PATCH] Issue 4867: Ignore some major OpenType/CFF Collection (OTC) fonts Current LilyPond cannot handle OpenType/CFF Collection (OTC) fonts (NotoSansCJK.ttc and SourceHanSans.ttc etc.). This commit is a workaround that ignores some major OTC fonts for avoiding errors. TODO: Add OTC fonts support and remove this settings --- mf/99-lilypond-fonts.conf.in | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/mf/99-lilypond-fonts.conf.in b/mf/99-lilypond-fonts.conf.in index 83f8b5376e..0831bf062c 100644 --- a/mf/99-lilypond-fonts.conf.in +++ b/mf/99-lilypond-fonts.conf.in @@ -16,4 +16,45 @@ + + + + + + */NotoSansCJK*.ttc + + + */SourceHanSans*.ttc + + + */SourceHanCodeJP.ttc + + + -- 2.39.2