Skip to content

Fix font issues in exported PDFs

Allison Vacanti requested to merge allisonvacanti/vtk:pdf_font_size into master

This corrects a number of issues in the libharu (PDF) Context2D backend:

  • Text drawn under a rotated / scaled transform.
  • Better multiline text justification.
  • Reversed rotation when update the libharu transform matrix.
  • Pen width should not be scale to remain true to the OpenGL backend.

Merge request reports