]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4868/2: Add limited embedding support for OTC fonts
authorMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 30 May 2016 10:03:21 +0000 (19:03 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 6 Jun 2016 13:49:04 +0000 (22:49 +0900)
commit44802bfc4e5c3c03e675a83a5afe7ac99fb3b26d
tree3eb4b8ac18921f685ef96c346a31de3311a28b7a
parent8d1f238d09ada2152baebdfc949b7f56c2e7bfd6
Issue 4868/2: Add limited embedding support for OTC fonts

This commit adds limited embedding support
for OpenType/CFF Collection (OTC) fonts
which have `*.otc' filename extension.

Essentially, the extension of OTC font files should be `*.otc'.
However, most of the OTC fonts have the extension `*.ttc'
for backward compatibility.
https://www.microsoft.com/typography/otspec/recom.htm

So this is limited support
because most of the OTC fonts cannot be used.

TODO: distinguish files which have extension `*.ttc'
whether TrueType Collection (TTC) fonts or OTC fonts.
scm/framework-ps.scm