#29515

Just one last question. We have text in the html source like this:
<font size="6" face="Arial">ŐŐŐŐŐőőőőőááéűúöüópőúéáűí </font>
But in the pdf it is wrong. The size is good, but the font is wrond and of course the encoding also wrong (hungarian).
I try to set :
pd4ml.useTTF("c:/Windows/Fonts", true);

in warious format (case sensitive, use java font etc), but nothing helps. Thanks!