forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelement_text.Rd
37 lines (27 loc) · 963 Bytes
/
element_text.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/theme-elements.r
\name{element_text}
\alias{element_text}
\title{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)
}
\arguments{
\item{family}{font family}
\item{face}{font face ("plain", "italic", "bold", "bold.italic")}
\item{colour}{text colour}
\item{size}{text size (in pts)}
\item{hjust}{horizontal justification (in [0, 1])}
\item{vjust}{vertical justification (in [0, 1])}
\item{angle}{angle (in [0, 360])}
\item{lineheight}{line height}
\item{color}{an alias for \code{colour}}
\item{margin}{margins around the text. See \code{\link{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.}
}
\description{
Theme element: text.
}