By Date: <-- -->
By Thread: <-- -->

codepages



I'm using Graphics2D, and the DefaultFontMapper to generate PDFs.  How do I change the codepage so it is not 1252 and in a way that I can
use multiple codepages within a single pdf document.
 
For instance I may want, Courier New with codepage 1251, and then Courier New with codepage 850 and finally Courier New with codepage 1252 all in a single pdf page.
 
Thanks in advance!