Re: OTF font containing multiple faces
Werner LEMBERG <[email protected]>
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <[email protected]> |
> FT_Open_Face takes a face_index value, can anyone point me to an OTF
> font that contains more than one face
Look at the Noto CJK fonts, for example
NotoSerifCJK-Regular.ttc
Inspite of having the extension `.ttc`, those fonts are CFF
collections. The above font has four faces:
Noto Serif CJK JP (Japanese)
Noto Serif CJK KR (Korean)
Noto Serif CJK SC (Simplified Chinese)
Noto Serif CJK TC (Traditional Chinese)
Werner