Hi, 
This time I got problem while drawing PdfString that contains polish signs to 
pdf file.
I found solution on SO, but it doesnt work for me.

I do something like this:
const PdfEncoding* pEncoding = new PdfIdentityEncoding();
font = document.CreateFont("Times-Roman", false, false, pEncoding);
pNameTable.Draw(one_cm, page->GetPageSize().GetHeight() - one_cm, 
PdfString(reinterpret_cast<const pdf_utf8*>(Ząb Łukasz), painter);

but I got only first letter of PdfString, in that case it’s ‘Z’

How can I solve this?

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to