|
Embedded Unicode fonts are generally the most efficient and reliable
way of adding complex language support to your PDF documents. However
you need to ensure that you have permission to embed and redistribute
your chosen font.
When embedding large fonts you should generally choose to subset
them. Not only does it produce smaller PDF documents but It is also
generally faster to embed a subset of a large font than to embed
the entire font.
Use the Doc.EmbedFont
method to embed fonts.
The table below shows the valid combinations of language and horizontal
and vertical writing directions.
|
|
 |
|
 |
|
 |
|
|
|
Language |
|
Horizontal |
|
Vertical |
|
Notes |
|
 |
|
|
|
|
|
|
|
 |
|
"Latin" |
|
 |
|
|
|
The default and most efficient encoding for Western languages. |
|
 |
|
|
|
|
|
|
|
 |
|
"Unicode" |
|
 |
|
 |
|
The setting you will most often want to use when embedding
foreign character sets |
|
 |
|
|
|
|
|
|
|
 |
|
"Korean" |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
 |
|
"Japanese" |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
 |
|
"ChineseS" |
|
|
|
|
|
Simple Chinese |
|
 |
|
|
|
|
|
|
|
 |
|
"ChineseT" |
|
|
|
|
|
Traditional Chinese |
|
|
|
 |
|
 |
|
 |
|
|
|