summaryrefslogtreecommitdiff
path: root/src/devices/gropdf/TODO
blob: 4d6fca18f673c13389c35b2959675f7531b67fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pspic.tmac
----------

Equiv for gropdf is pdfpic (which is dependant on a program
pdfbb (to extract MediaBox (etc.) from the pdf) which is not written yet!
Meanwhile you could use \X'pdf: pdfpic filename -L|R|C wid (hgt) (linelen)'
(-R and -C require a linelen) Wid or hgt may be zero (in which case the same
scaling as the other axis is used).  The disadvantage of this call (over
pdfpic macro) is that it is transparent to groff, after placing the image
the current X/Y position remains what it was, so you need to do your own
'motion control' (like a .sp) to "step over" the image you just placed.

psfig.tmac
----------

No equiv for gropdf.

psatk.tmac
----------

No equiv for gropdf.

-I : search -I directory for included files

-w : set line width

Another \X : \X'ps: exec 0 setlinejoin'\X'ps: exec 0 setlinecap' for mom

Cater for fonts with >255 glyphs (currently  accessing a glyph above 255
(i.e. \N[260]) causes a fail).  This will be fixed when font subsetting is
implemented.