Posted by:
Israel_Seldowitz In VOLT, the GPOS routine only places a single
diacritic on a base character.
So, what if you seek to place a double
diacritic?
To do so, you create a ligature made of both
diacritics, and then position that ligature on the base character.
Create a ligature in the font in FontLab and give
it a glyph name, like uniXYZ_ABC_ligature.
In VOLT, create first a GSUB routine, where the
two Unicode values are replaced by the ligature.
Then, create a GPOS routine, and adjust its
position on the base character as desired.