Gregory Brown

Results 61 comments of Gregory Brown

Check to make sure your versions match on your production machine. Then try the latest stable branch code here on github, then try a different font. If you still end...

I'm pretty sure that #473 is related to this issue, in particular this comment: https://github.com/prawnpdf/prawn/issues/473#issuecomment-32369504

@twobitfool Thanks so much for an incredibly clear and helpful bug report.

This is a good idea! Sorry for taking so long to respond. Re-opening because I feel that the right scoping for the grid system is definitely by the current bounds...

@skandragon: A while back it was impossible to redefine the grid at all, due to a caching bug. Now it's possible to redefine as many times as you'd like, but...

@packetmonkey: What if we only return the box when `:dry_run` is set? This is backwards compatible because it'd keep the return value the same for any code following the 2.0...

Please provide a runnable code sample (as well as a download link to a TTF font we can use) and we'll re-open for futher investigation.

I'm able to reproduce the problem using this code: ``` ruby Prawn::Document.generate("x.pdf") do font "#{Prawn::DATADIR}/fonts/siddhanta.ttf" text "शीर्षक" end ``` Unfortunately, I have no idea where to start with figuring out...

Thanks. Because it's unlikely that I'll work on this myself in the near future, please feel free to research further and start working on a patch if you get a...

I'm fairly sure it's only supported at the `text()` call level (so it doesn't work for `text_box` either). There isn't a philosophical reason why we'd want to prevent indented paragraphs...