vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
239 stars 91 forks source link

Feature/enhanced text cell #125

Open Aidan-OS opened 3 years ago

Aidan-OS commented 3 years ago

Having read https://github.com/vandeseer/easytable/pull/95 and seen that it is fairly stale, I decided to take the advice and create an "Enhanced Text Cell" that currently allows for the use of superscript with "^" and subscript with "|". The character immediately following the delimiter will have the changes applied to it.

vandeseer commented 3 years ago

Thanks for your contribution! I will check the pull request soon, but I am currently lacking time.

Aidan-OS commented 3 years ago

I have noticed a minor issue that occurs when the final character in a string is a super or subscript and the following cell is a regular text cell. I will push the fix as soon as my internet comes back up.