-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Feature/0.1/superscript (with automatically reduced font size) #2128
Conversation
…n inline.sup is true
…erscript, only it moves the baseline DOWN.
* 0.1: (60 commits) fix auto page height for table bpampuch#2005 0.1.68 update dependencies fixed check window exists bpampuch#2037 0.1.67 refresh pdf examples fix for overrides window.Promise EP bpampuch#2026 reformat bug-2021-bad-svg-parsing * switch to using xmldoc backport to 0.1: loading images via URL in browser bug-2021-bad-svg-parsing * fix for writeDimensions() bug-2021-bad-svg-parsing * failing test for writeDimensions() bug-2021-bad-svg-parsing * fix to ignore comments when identifying <svg> tag bug-2021-bad-svg-parsing * add failing tests 0.1.66 fonts available in cdn backport to 0.1: support for loading raw font files by url address via http(s) protocol for browser usage define node version in package.json fix for babel bpampuch#1846 travis - run first on linux ...
…haracter and enable default font size reduction.
Merged. Thanks. |
Is it possible to get the underline to be under the letter instead of underlining where the letter would be if not sup/sub? Example- The Numero symbol is a big N with a Superscript o that is underlined right under the o. I know there is actually a char for this too that has it all in one position, but it is way too tiny in a PDF to tell what it is, so I make it like this. It looks ok with no underline too, but I was just seeing if it is able to be done. Currently using the Version 2 branch since 3 is beta and has breaking changes...we originally started with the Version 1. |
It might be better to open a new issue. |
Basic functionality for feature request #36
This is mostly @rabraha3 PR #1809.
I've addressed @liborm85 comment and made sure that the width of the text is calculated properly accounting for reduced font size.