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
|
% Generated by roxygen2 (4.0.1): do not edit by hand
\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)
}
\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}}
}
\description{
Theme element: text.
}
|