-
Notifications
You must be signed in to change notification settings - Fork 27
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
Can I configure the font size to be used when printing a plain text file? #308
Comments
Print uses a framework for document renderer plugins. The one for plaintext is separate from the one that renders source code using highlightjs. The renderer plugins are also responsible for generating stylesheets from settings and it would appear I didn't think to bring out the font family and size for plaintext. We're having release pipeline hassles at the moment but I'll certainly add this to the backlog! |
Confirm I'm seeing the same issue in Edge |
See also #309 Both are addressed by updating the plaintext document renderer to link the This stylesheet is generated from a template into which system settings are copied. Specifically, these settings While hooking this up I also applied a CSS class Specifically, tab size depends on this No, I haven't sorted out the CICD pipeline. It's going to be a manual release because things are getting ridiculous. |
Issue response times have been long lately partly due to the borked build pipeline and partly due to things at work and at home. If you are well pleased with Print and the way it's evolving please consider leaving a favourable review - especially if you have something specific to note. Negative feedback belongs here in the issues where I can do something about it - so thank you for helping |
Thanks for all the hard work 👍 |
I'm trying to increase the font size using
"print.fontSize": "13pt"
but it doesn't seem to change anything when printing a simple ".txt" file.I've tried in Firefox and in Brave, same result.
Am I missing something?
Thanks in advance
The text was updated successfully, but these errors were encountered: