John Fercher

Results 86 comments of John Fercher

The simpler way is to add a link in the cell using `s.pdf.LinkString()` from gofpdf, but maybe we should focus using Cellf in this case.

I'm afraid that maroto doesn't support `\n` to wrap text, if somehow it supports, is not the idea yet. There is a lost pull request #207 which seems to add...

This feature would be awesome, but I think it will not be easy.

This may be solved thinking also in this #178 question.

There is no way to truncate text currently. But I think this is a good feature, I will add to the feature queue.

**Is your feature request related to a problem? Please describe.** Maroto doesn't provide a way to truncate text. **Describe the solution you'd like** Implement an extensible way to deal with...

Hello, I'm afraid that the project which maroto relys on (https://github.com/jung-kurt/gofpdf) doesn't support this kind of feature. So, I see some ways to do implement this, but would take some...

**Is your feature request related to a problem? Please describe.** Maroto doesn't support shadow text **Describe the solution you'd like** Allow the common feature that add shadow to text in...

Not yet, this is not too simple. I think it would be needed to implement some sort of text interpreter to allow this.