element_text {animint2} | R Documentation |
Theme element: text.
Description
Theme element: text.
Usage
element_text(
family = NULL,
face = NULL,
colour = NULL,
size = NULL,
hjust = NULL,
vjust = NULL,
angle = NULL,
lineheight = NULL,
color = NULL,
margin = NULL,
debug = NULL
)
Arguments
family |
font family |
face |
font face ("plain", "italic", "bold", "bold.italic") |
colour |
text colour |
size |
text size (in pts) |
hjust |
horizontal justification (in [0, 1]) |
vjust |
vertical justification (in [0, 1]) |
angle |
angle (in [0, 360]) |
lineheight |
line height |
color |
an alias for |
margin |
margins around the text. See |
debug |
If |
[Package animint2 version 2024.1.24 Index]