Font fallback for missing glyphs
Posted: 2016-12-02T13:31:17-07:00
Hello!
I wanted to know, if it's possible to have some kind of fallback mechanism to automatically use a glyph from another font when it's not found in the one currently used (writing text using label:)?
For example, if I'm using Impact font and there is some unicode symbol, like "♥" (u+1f496/💖) in the text, it's displayed as "?"
It's kind of expected, as the Impact.ttf does not contain such symbol, but I know it exists in seguiemj.ttf
So, is there a way to tell imagemagick to look for the glyph in seguiemj.ttf, when it's not found in Impact.ttf?
I wanted to know, if it's possible to have some kind of fallback mechanism to automatically use a glyph from another font when it's not found in the one currently used (writing text using label:)?
For example, if I'm using Impact font and there is some unicode symbol, like "♥" (u+1f496/💖) in the text, it's displayed as "?"
It's kind of expected, as the Impact.ttf does not contain such symbol, but I know it exists in seguiemj.ttf
So, is there a way to tell imagemagick to look for the glyph in seguiemj.ttf, when it's not found in Impact.ttf?