Paulo Soares <psoares <at> consiste.pt> writes:

> 
> Look at AcroFields.java for the relation between the pdf names and the
> fonts. These are the names to be used in BaseFont.
> 
> stdFieldFontNames.put("CoBO", new String[]{"Courier-BoldOblique"});
.................
> stdFieldFontNames.put("STSo", new String[]{"STSong-Light",
> "UniGB-UCS2-H"});
> 
> Paulo 

I see the code but this

private static final HashMap stdFieldFontNames = new HashMap();

is private.

I must duplicate this hashmap in my application or there is a way to get that?




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to