Avoid font embedding in PDF
Unsolved
General and Desktop
-
If I render the text string (using QPainter class) into a PDF (using QpdfWriter backend), the generated PDF file has a subset of Font embedded in it.
Is there a way to just reference the font name into a PDF and not embed the actual font itself?
For example, QPrinter class has setFontEmbeddingEnabled() method to control that behavior. But, is it possible to do the same using QPainter or QpdfWriter class?