Hi all,
I want to develop a font, in which few characters have to be displayed on top of others (depending on the sequence). For eg. when I type ‘3’ followed by ‘4’, the display should look like ¾. One way of doing that would be creating substitution rules in VOLT:
“unicode for 3” + “unicode for 4” = “unicode for ¾”
But, if my numerator and denominator can be of two digits each, this will require 100*100 substitution entries. And, if they can consist of three digits, this will become unmanageable.
Does there exist any other elegant way to do this ? Some font technique, where we can type from “top to bottom” instead of the regular “left to right”.
Any help will be most appreciated.
Thanks,
–Chandan