ggplot2 (version 0.9.1)

theme_text: Theme element: text.

Description

Theme element: text.

Usage

theme_text(family = "", face = "plain", colour = "black",
    size = 10, hjust = 0.5, vjust = 0.5, angle = 0,
    lineheight = 1.1)

Arguments

family
font family
face
font face ("plain", "italic", "bold")
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

See Also

textGrob for underlying grid function