You are not logged in.
Pages: 1
I have simple html code
<FONT SIZE = 5>
<p align="justify">long long long simple text...</p>
</FONT>
In ThtmlViewer it's looks fine, but after export to PDF file (lPdf.Canvas.RenderMetaFile(MFPrinter.MetaFiles[i-1],96/MFPrinter.PixelsPerInchX,0,0);), text is not justified.
How to fix it?
Last edited by kitty80 (2021-03-05 14:56:12)
Offline
Do you mean TextPositioning parameter in RenderMetaFile function?
I've tried using RenderMetaFile with the full parameter set, adjusting the 2 kerning parameters, but none of them works as I expected.
Offline
Pages: 1