You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/x-font-reg.R
\docType{data}
\name{rc_pkg}
\alias{rc_pkg}
\title{Robot Condensed Font Variant}
\format{
A list
}
\usage{
rc_pkg
}
\description{
On load hrbragg creates a custom Roboto Condensed font family variant
and makes it available in the global environment.
}
\details{
The reconfigured family variant has the following features:
\itemize{
\item \code{ccmp} (\emph{Glyph Composition/Decomposition}): Either calls a ligature replacement
on a sequence of characters or replaces a character with a sequence of glyphs.
Provides logic that can for example effectively alter the order of input characters.
\item \code{liga}/\code{ligatures} (\emph{Standard Ligatures}): Replaces (by default) sequence of characters with a single ligature glyph
\item \code{kern} (\emph{Kerning}): Fine horizontal positioning of one glyph to the next, based on the shapes of the glyphs
\item \code{tnum} (\emph{Tabular Figures}): Replaces numerals with glyphs of uniform width, often also lnum
}
Roboto Condensed
\href{https://fonts.google.com/specimen/Roboto+Condensed}{font family preview/info}
This object has the following names corresponding to individual,
customized font variants (ordered by font weight):
\itemize{
\item \code{normal_light}
\item \code{normal}
\item \code{normal_italic}
\item \code{bold}
}
}
\keyword{datasets}