Does anyone know if any languages support printing text using an opentype font with a postscript outline?
I've tried in Java, but can't get it to work, and haven't seen anything saying other languages can support it. Basically I need to print a parking permit with different fonts depending on what type of permit it is and the type of fonts we use are OpenType.
Thanks for any info in advance and we can pretty much use any language that can be called by a web browser and can accept values passed into it (ie I passed in variables to a Java applet to try Java).
I've tried in Java, but can't get it to work, and haven't seen anything saying other languages can support it. Basically I need to print a parking permit with different fonts depending on what type of permit it is and the type of fonts we use are OpenType.
Thanks for any info in advance and we can pretty much use any language that can be called by a web browser and can accept values passed into it (ie I passed in variables to a Java applet to try Java).