]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4880: Add ly:get-font-format to get the font format
authorMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 3 Jun 2016 15:49:15 +0000 (00:49 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 9 Jun 2016 14:53:31 +0000 (23:53 +0900)
Most of the OpenType/CFF Collection (OTC) fonts
have the extension `*.ttc'.
TrueType Collection (TTC) fonts
also have the same extension `*.ttc'.

However, it is necessary that different embed method,
between OTC and TTC.
So we need to distinguish them.

This commit adds ly:get-font-format
that can get font format for distinguishing them.


No differences found