ZF-3650: Clarify standard PDF fonts limitations
Description
Standard PDF fonts support only Latin1 character set (actually some superset of Latin1 CS), even input string fro text drawing is represented in 'UTF-8' or any other encoding. Appropriate TTF fonts should be used for other character sets.
It should be described in the documentation.
Comments
Posted by Wil Sinclair (wil) on 2008-11-25T16:59:32.000+0000
Alex, can we fit this in to 1.7.1?
Posted by Alexander Veremyev (alexander) on 2008-12-03T06:18:45.000+0000
Done.