How to not show any ligatures in fonts
I had it posted in some other thread, reposting here since it is more relevant in this forum.
I am particularly interested in the LigatureLevel.NONE value. It seems that it is no longer supported.How do I turn of ligatures in the font rendering?
My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase. Is there any way (even roundabout) to turn ligatures off in flash?
I am converting my ttf into a swf using a css like this:
/* normal */@11220649-face {
src:url("Gara.TTF");
fontFamily: "Garamond";
fontWeight: "normal";
fontStyle: "normal";
cff: true;
}
Thanks,
Om
