InDesign XML: Can we supply font info for a specific char or char-range?
Have a job with many missing glyphs and we currently use InDesign script to search for GlyphID='0' (missing glyph number:0) and substitute differnt fonts. Likewise, script would try 3 to 5 substitute font untils it finds the Glyph availability on the specific font.
Instead of doing the InDesign way, is there other ways? can we push this to the XML side, so that XML preprocessor would have a font mapping list against the glyph range and product an output like:
<font name="STIX">β</font>
<font name="Symbol">𝜆</font>
<font name="Nato Sans">έ</font>Does this have other impacts like char getting lost on pstyle override, etc?
Would be helpful if you throw some light on above xml solution? and would welcome other ideas, please?
