We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
doc.getLineHeightFactor()
FONT_ROW_RATIO
autoTableText()
When using autoTableText with an array of text strings, it would be nice for a previously set lineHeightFactor to be used.
autoTableText
lineHeightFactor
Documentation for getLineHeightFactor: http://raw.githack.com/MrRio/jsPDF/master/docs/jsPDF.html#getLineHeightFactor Fix would go here: https://github.com/simonbengtsson/jsPDF-AutoTable/blob/master/src/autoTableText.ts#L15
getLineHeightFactor
Use case:
doc.setLineHeightFactor(2); doc.autoTableText(['First Line', 'Second Line'], 0, 0);
I would expect more space between the first and second line, but a value of 1.15 is hardcoded.
The text was updated successfully, but these errors were encountered:
Looks great! Let's continue discussion in the pull request.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When using
autoTableText
with an array of text strings, it would be nice for a previously setlineHeightFactor
to be used.Documentation for
getLineHeightFactor
: http://raw.githack.com/MrRio/jsPDF/master/docs/jsPDF.html#getLineHeightFactorFix would go here: https://github.com/simonbengtsson/jsPDF-AutoTable/blob/master/src/autoTableText.ts#L15
Use case:
I would expect more space between the first and second line, but a value of 1.15 is hardcoded.
The text was updated successfully, but these errors were encountered: