Skip to content

Control over character height, width, skew etc.?

2 messages · Iakub Henschen, Paul Murrell

1 day later
#
Hi

R's text-drawing functions, such as text() or grid.text(), do NOT allow 
you to skew or stretch individual characters (like PostScript does). 
Your strategy of using PostScript to produce a result and then import 
the result as a "shape" for R to draw may work (if you can script it).

Paul
On 11/03/13 14:46, Iakub Henschen wrote: