Skip to content
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

Ability to define line height & font size #49

Open
mhh99 opened this issue Oct 31, 2022 · 2 comments
Open

Ability to define line height & font size #49

mhh99 opened this issue Oct 31, 2022 · 2 comments

Comments

@mhh99
Copy link

mhh99 commented Oct 31, 2022

This will make it possible to accommodate the design to either A5 or A6 format.

@kychris
Copy link

kychris commented Jul 5, 2023

I find one simple way to achieve this is by just editing src/pdf/components/itinerary.jsx yourself.

Search frontSize, height and minHeight on that page, and build the app yourself. I set height to 25 which works pretty well.

@klimeryk
Copy link
Owner

Similar and related to #48 (comment) - see my comment there. As @kychris mentions, it's possible to adjust it in the code "easily" - but that requires JavaScript knowledge. Of course, long term, I want everyone to be able to adjust these settings themselves. And I'm working on implementing that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants