Identity_h string in encoding parameter

View: New views
2 Messages — Rating Filter:   Alert me  

Identity_h string in encoding parameter

by Стас Агарков :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello!

Why file BaseFont.java in the method createFont Unicode-font is
created only when the encoding is a string "Identity-H", or
"Identity-V"?

Stas.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: Identity_h string in encoding parameter

by 1T3XT info :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Стас Агарков wrote:
> Hello!
>
> Why file BaseFont.java in the method createFont Unicode-font is
> created only when the encoding is a string "Identity-H", or
> "Identity-V"?

The file BaseFont.java is written by different people. It's not
"created" by any method.

Identity-H and Identity-V aren't real encodings. You use them to
indicate that 2-byte character codes are mapped to the same 2-byte CID
value. Identity-H is used for horizontal writing. Identity-V for
vertical writing (for instance: Japanese).

What else did you expect?
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/