Evan Sharp
Evan Sharp
In my print on demand application, we have to do a lot of look-ahead calculations so we can properly arrange lots of text boxes in columns. During the course of...
During some cleaning up I came across the [Prawn::Font::TTF#italic_angle method](https://github.com/prawnpdf/prawn/blob/master/lib/prawn/font/ttf.rb#L116). As part of my normal routine I commented it out before editing the method to ensure I would see a...
Hey @hbrandl While doing some cleanup on Prawn, I noticed we [define UnrecognizedTableContent](https://github.com/prawnpdf/prawn/blob/master/lib/prawn/errors.rb#L75-L77) yet we don't use it anywhere. prawn-table however [does raise it](https://github.com/prawnpdf/prawn-table/blob/5ffcbd327259b2a89ea775d607af27d70958a5e1/lib/prawn/table/cell.rb#L190). I suspect it was just missed...