neiroman wrote:
> Hello,
> Some symbols (like 0x224D) are not displayed in pdf generated by iText
> 
> Code:
>     Phrase phrase = new Phrase(new String ("qwert" + "\u224d"), new
> Font(Font.SYMBOL));
>      document.add(phrase);
> 
> How can I fix this problem ?

By creating the Phrase using a font that contains
the glyph description of the character with unicode 224d.
The way you create your font, it is not embedded.
You are using one of the 14 standard Type 1 fonts
that only has a limited set of characters/glyphs.

-- 
This answer is provided by 1T3XT BVBA

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to