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

fix wrap render issue in fountain2pdf.sh #118

Closed
earthbound19 opened this issue Oct 8, 2020 · 1 comment
Closed

fix wrap render issue in fountain2pdf.sh #118

earthbound19 opened this issue Oct 8, 2020 · 1 comment
Labels
2 - major this breaks essential functionality pls pls fix kthxbai

Comments

@earthbound19
Copy link
Owner

MSYS2 use of script is causing garbled stdout print and PDF render fail.

@earthbound19 earthbound19 created this issue from a note in _ebDev tracker (in progress) Oct 8, 2020
@earthbound19
Copy link
Owner Author

Fix was to redirect stdout and stderr to &>/dev/null

  • also removed vestigial duplicate functionality from fountain2pdf.sh which had been copied into in fountain2fountain.sh

Additional work wanted and completed (feature creep!) :

  • added parameters that control whether to use wrap or afterwriting (wrap default if no parameter provided), and custom or default font with wrap (custom font if no parameter provided).
  • packaged custom fonts at http:earthbound.io/data/dist/CourierMegaRSfonts.7z and had it retrieve them if not present.

_ebDev tracker automation moved this from in progress to done Oct 8, 2020
@earthbound19 earthbound19 added the 2 - major this breaks essential functionality pls pls fix kthxbai label Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - major this breaks essential functionality pls pls fix kthxbai
Projects
Development

No branches or pull requests

1 participant