[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] pdfmark, URI and coordinates of output text
From: |
Gaius Mulley |
Subject: |
Re: [Groff] pdfmark, URI and coordinates of output text |
Date: |
17 Nov 2003 13:31:56 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Hi Carlos,
you might find the \O1 request useful and the registers:
`opminx', `opminy', `opmaxx', and `opmaxy'
basically the \O1 turns on glyph output (a nop in your case) but it
also resets the above registers to -1. Once your text is emitted then
you should be able to interrogate these registers to find out the
min/max x, y positions defining the rectangle..
hope this helps,
Gaius