shadown text element for ggplot theme system
element_shadowtext(
family = NULL,
face = NULL,
colour = NULL,
size = NULL,
hjust = NULL,
vjust = NULL,
angle = NULL,
lineheight = NULL,
color = NULL,
margin = NULL,
debug = NULL,
bg.colour = "black",
bg.color = NULL,
bg.r = 0.1,
inherit.blank = FALSE
)
element_shadowtext object
Font family
Font face ("plain", "italic", "bold", "bold.italic")
text colour
text size in pts
horizontal justification (in [0, 1])
vertical justification (in [0, 1])
text angle
line height
aliase to colour
margins around the text, see also 'margin()' for more details
if 'TRUE', aids visual debugging by drawing a solic rectangle behind the complete text area, and a point where each label is anchored.
the background colour of text, default is black
.
the alias of bg.colour,
background ratio of shadow text.
whether inherit 'element_blank'
Guangchuang Yu and xmarti6@github