Skip to main content
1-Visitor
June 21, 2017
Question

When I print pdf file from 2D drawing, every symbol in the text is misaligned but on screen all it's ok! Why?

  • June 21, 2017
  • 1 reply
  • 2734 views

PDF file. Text misaligned.

pdf file.JPG

 

Screen capture. Every caracters is ok.

screen capture.JPG

1 reply

23-Emerald IV
June 21, 2017

When creating the PDF, how are you outputting the fonts?  You might want to try "Stroke All Fonts" or this third option (if you have it enabled in your config.pro.)

gbenetti1-VisitorAuthor
1-Visitor
June 21, 2017

Thank you.

Now the alignment is ok but the font thickness don't follow the pen table settings.

There is some errors in my pen table file?

pen 1 thickness 0.025 cm; drawing_color;

pen 2 thickness 0.01 cm; half_tone_color;

pen 3 thickness 0.015 cm; letter_color;

pen 4 thickness 0.015 cm; datum_color;

23-Emerald IV
June 21, 2017

You can't have it both ways.  Use TrueType fonts will output the font as designed - the pen table file has no impact.  Stroke All Fonts will do just that, stroke all of the fonts, including the TrueType fonts.  The amount of thickness added to the stroking will follow the pen table values.