Dries Horions
Dries Horions
Can you explain how this works and maybe provide an example? There already is an easy way to do landscape pages, for example in [DataTableTest.java](https://github.com/dhorions/boxable/blob/f6b0216c49d75af0547f4b118c51023732429a66/src/test/java/be/quodlibet/boxable/DataTableTest.java#L64) ``` //Create a landscape page...
Hi, the left border is not set if it was null, because only the first cell in a row should have a left border. The fontSize not being copied is...
The draw method should return the bottom position of your table. You should be able to work with that.
float posY = table.draw();
Well, there's multiple efforts going on : - Documentation in #41 , I assume javadoc could be a part of that. - An effort to make the library easier to...
Hi @Frulenzo, I would like to collect all tutorial and documentation on http://dhorions.github.io/boxable/ . I'll be releasing 1.4 which contains all the already merged changes and the dataTable (was csvTable)...
Any updates to the [wiki](https://github.com/dhorions/boxable/wiki) are more than welcome.
Hi @andreabtr95 , this is certainly interesting. Can you share a link to your code so I can have a look at it.
Hi, I am sorry to not have been as responsive as I could have been lately. I've been traveling and have been busy with my day job. I hope to...
Hello @dobluth @Kravs and everyone else, I understand you concern, and I'm trying to make the use of the library more userfriendly. One example of that is the ability to...