Theme element: text.
element_text(
family = NULL,
face = NULL,
colour = NULL,
size = NULL,
hjust = NULL,
vjust = NULL,
angle = NULL,
lineheight = NULL,
color = NULL,
margin = NULL,
debug = NULL
)
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])
angle (in [0, 360])
line height
an alias for colour
margins around the text. See margin
for more
details. When creating a theme, the margins should be placed on the
side of the text facing towards the center of the plot.
If TRUE
, aids visual debugging by drawing a solid
rectangle behind the complete text area, and a point where each label
is anchored.