PictureText-class {grImport} | R Documentation |
A description of a piece of text to draw, at a particular location and a particular size (and it might be part of a larger picture).
string
:"character"
x
:"numeric"
y
:"numeric"
w
:"numeric"
h
:"numeric"
rgb
:"character"
that specifies the fill colour for the polygon.lwd
:"numeric"
that specifies the line width of the polygon (only
used if the character outline is stroked).
Class "PictureOp"
, directly.
signature(object = "PictureText")
:
convert to a grid grob (for one-off drawing).
signature(object = "PictureText")
:
convert to a grid grob (for drawing as a data symbol).
Currently draws nothing.
Paul Murrell
Picture-class
,
PictureChar-class
,
and
grid.picture
,
grid.symbols
.