Hi,
I'm currently working on a game that needs to display in Thai. Certain words in the language requires glyph substitution (eg. à¸à¸•à¸±à¸à¸à¸¹ -- notice that there are 2 yor ying(à¸) that looks a little bit different). The TrueType font that I'm currently using only provides the substitution in the substitution table (GSUB), which I couldn't find a way to get it included in the bitmap font created by BMFont.
I'd like asked, is it currently possible to extract that variant of that character from that font? If that's not possible then is there any workaround other than creating the glyph manually ?
Thank you.
N.
PS. I know that some Thai fonts provide the alternative version of some character in the PUA area. Unfortunately the font that I'm using does not. I am thinking about moving to the other font anyway.