There's no BBox information for the CJK fonts and the ascent/descent in
that method relies on it.
Paulo
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Ti Lian Hwang
> Sent: Thursday, December 07, 2006 10:00 AM
> To: [email protected]
> Subject: [iText-questions] Why does getDescent and getAscent
> returns 0 forCJK ?
>
> The following prog shows that the getDescent() and getAscent for
> a CJK font returns 0, although the properties shows a non zero value.
>
> I'm using itext-1.4.6,jar and the iTextAsian.jar
>
>
> public class x {
>
> /** Creates a new instance of x */
> public static void main(String[] args) {
> BaseFont baseFont = null;
> try {
> baseFont = BaseFont.createFont("STSong-Light",
> "UniGB-UCS2-H", false);
> } catch (IOException ex) {
> ex.printStackTrace();
> } catch (DocumentException ex) {
> ex.printStackTrace();
> }
> System.out.println ("Ascent = " + baseFont.getAscent("AAA"));
> System.out.println ("Descent = " +
> baseFont.getDescent("ggg"));
> }
>
> }
>
>
Aviso Legal:
Esta mensagem é destinada exclusivamente ao destinatário. Pode conter
informação confidencial ou legalmente protegida. A incorrecta transmissão desta
mensagem não significa a perca de confidencialidade. Se esta mensagem for
recebida por engano, por favor envie-a de volta para o remetente e apague-a do
seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de
usar, revelar ou distribuir qualquer parte desta mensagem.
Disclaimer:
This message is destined exclusively to the intended receiver. It may contain
confidential or legally protected information. The incorrect transmission of
this message does not mean the loss of its confidentiality. If this message is
received by mistake, please send it back to the sender and delete it from your
system immediately. It is forbidden to any person who is not the intended
receiver to use, distribute or copy any part of this message.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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/