-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
char need an attr linewidth #1137
Comments
It is my understanding that line width applies only to paths, not to text. See, e.g., from the PDF reference: Do you (or anyone else reading this) have a different understanding? |
Thanks for your reply! |
line_width.pdf |
Thank you for this helpful example. I'll investigate further. |
add code: attr["linewidth"] = gs.linewidth
because some char use some font but add bold, maybe use linewidth can distinguish that.
thank you!
The text was updated successfully, but these errors were encountered: