Gregory Brown

Results 61 comments of Gregory Brown

Note that #683 is still a valid issue currently, I've only closed it because until we have a legitimate high level interface to support, it's a bug in the internals...

Should also consider adding a higher level interface for making external links to, particularly for use w. images

Bumping this just because I've ran into the problem myself several times.

@mojavelinux: Here's how I implemented cross-references in a small project I'm currently working on: ``` ruby add_dest "LinkedSection", dest_xyz(bounds.absolute_left, y) # somewhere else in the document text 'Click me!', :inline_format...

Hi, thanks for the detailed bug report and tests. It looks like you're running into this issue when you use one of the built-in fonts. Have you checked if this...

I've been away from the project for a long time so my research lead time is very slow. If you want to put some effort into investigating the issue, please...

Hi, your test does not fail on master for me right now, so I'm not sure how to investigate further. Can you double check your code to be sure it's...

Closing but will re-open once you confirm the failure.

Thanks, trying the code from your fork did the trick for me, maybe I just messed something up before. I have not merged the test yet because I want to...

This is probably not its own distinct bug, but a result of #729 and #779. The (unfortunate) reality at present is that if you want to mix AFM (PDF built-in)...