Evan Sharp
Evan Sharp
This looks good, can you please add an entry to the change log and maybe show an example of this in [the documentation](https://github.com/prawnpdf/prawn-table/blob/master/manual/table/style.rb) Then we can get this in.
Looks like a legit bug, not sure what is going on. A quick grep though the source leads me to think it's not a situation like not accounting for some...
I would be very open to a PR implementing the embedding of ICC profiles, but you are correct our current implementations do not. In my [prawn-pdfimage](https://github.com/packetmonkey/prawn-pdfimage) library I will duplicate...
I'm totally open to a PR for that. Do you find yourself using custom styles a lot? I was unaware of anyone doing that. How do you go about doing...
Good call, I actually have been meaning to check out https://coveralls.io for code coverage as well, but Code Climate could also work. There is simplecov usage in the spec_helper, but...
Yes, if you can please post a full code snippet to generate the bad PDF we can check it out.
What glyphs can be shown will be controlled by what the font supports. Short term your best solution might be to inspect the string code points and use that information...
Yep that sure does look like a bug. At my initial glance though the code the [#shrink_to_fit](https://github.com/prawnpdf/prawn/blob/master/lib/prawn/text/formatted/box.rb#L499-L519) method is looking to catch a `Prawn::Errors::CannotFit` exception to know that the text...
@iamjohnford I'm not sure if that is the same bug or not, it could be related to something in the text formatter for inline formatting, where @obfuscoder is probably just...
Thanks for the PR! My concern is that this would change the return value for an API that was marked as stable, which would necessitate a major version bump. I...