]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4866/2: Remove the settings that ignore some major OTC fonts
authorMasamichi Hosoda <trueroad@trueroad.jp>
Sun, 12 Jun 2016 10:55:51 +0000 (19:55 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 18 Jun 2016 10:52:55 +0000 (19:52 +0900)
LilyPond becomes possible to handle
OpenType/CFF Collection (OTC) fonts.
So this commit removes the settings
that ignore some major OTC fonts.
OTC fonts can be used.

mf/99-lilypond-fonts.conf.in

index 0831bf062cabf6d3547f6d592691d7b21d5773a7..83f8b5376e3575a2f3af4cb451cde4e467ee8791 100644 (file)
     </rejectfont>
   </selectfont>
 
-  <!--
-      LilyPond cannot handle OpenType/CFF Collection (OTC) fonts
-      (NotoSansCJK.ttc and SourceHanSans.ttc etc.).
-      This settings is a workaround that ignores some major OTC fonts
-      for avoiding errors.
-      TODO: Add OTC fonts support and remove this settings
-  -->
-
-  <selectfont>
-    <rejectfont>
-      <!--
-         Noto Sans CJK
-         https://www.google.com/get/noto/help/cjk/
-
-         `CJK OTF fonts with different default language' and
-         `Region specific OTF subsets' can be used.
-         Their file names are `NotoSans*.otf'.
-      -->
-      <glob>*/NotoSansCJK*.ttc</glob>
-
-      <!--
-         Source Han Sans
-         https://github.com/adobe-fonts/source-han-sans
-
-         `Language-specific OTFs' and
-         `Region-specific Subset OTFs' can be used.
-         Their file names are `SourceHanSans*.otf'.
-      -->
-      <glob>*/SourceHanSans*.ttc</glob>
-
-      <!--
-         Source Han Code JP
-         https://github.com/adobe-fonts/source-han-code-jp
-
-         `OTF' can be used.
-         Their file names are `SourceHanCodeJP-*.otf'.
-      -->
-      <glob>*/SourceHanCodeJP.ttc</glob>
-    </rejectfont>
-  </selectfont>
-
 </fontconfig>