bold, italics, underline #2641
-
Is there a way to apply bold/italics/underline on a font or do we have to switch fonts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
PyMuPDF offers multiple ways to output text:
In any above case, "underline" is no font option. You always must use a draw method or an underline annotation. A third option is using |
Beta Was this translation helpful? Give feedback.
Look at the documentation here: