Font CharSet and Encoding
yesterday, A Chinese developer sent me WMF with Chinese character, and the FontFace name is also Chinese, he said the iTextSharp could convert the WMF to PDF correctly. so I try to debug into the source code, and find MetaFont only support ASCII.
try {
faceName = System.Text.Encoding.GetEncoding(1252).GetString(name, 0, [...]