문제

How can ligature information be exported from a TrueType font file? In OpenType, there is the GSUB table that contains the necessary information.

Is there a TrueType equivalent?

도움이 되었습니까?

해결책

No, TrueType fonts don't have anything akin to GSUB. cmap table selects exactly one glyph only for given character, no additional context is given. I guess you already looked here...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top