Added kerning and line spacing (line height) to XTextFormatter #163
Jonowa
started this conversation in
Show and tell
Replies: 1 comment
-
Hi! I added support for line heights and height calculation (page breaks) back in 2015. For kerning, see also: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I've added some nice features to the XTextFormatter class. You can find them in my fork on:
https://github.com/Jonowa/PDFsharp
Usage:
I've already written an extension class for XGraphics for the PdfSharp V1.5. There you can pass html to the XGraphics-DrawText function. Maybe this could be a solution for adding more features to the XTextFormatter like changing font, size, colors, and many more.
Regards
Joerg
Beta Was this translation helpful? Give feedback.
All reactions