parlr / ruby-font-creator

Generate rich Unicode open fonts with custom annotations, transliterations, pronunciations.
21 stars 3 forks source link

Support different fonts for glyph and it's ruby text #30

Open edouard-lopez opened 7 years ago

edouard-lopez commented 7 years ago

When working with Noto font, one issue is due to the fact a font file is limited to one script. For instance, NotoSansTifinagh-Regular.ttf only contains the Tifinagh's glyphs but not the ASCII.

So the generated font show tofu box instead of the pronunciation (as seen below): selection_041

Idea

We should be able to open multiple font in order to be able to create give and pronunciation with different script (e.g. Tifinagh with latin or Arabic, Hanzi with Pinyin or Juyin, etc.)

Note: this is another reason to try fontkit

hugolpz commented 7 years ago

Use different fonts for the sign and the annotation.

edouard-lopez commented 7 years ago

That's the idea, but I need to implement it.