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.

39 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}
\alias{rc_pkg_prop}
\title{Roboto Condensed Font Variants}
\format{
A list
}
\description{
On load hrbragg creates two custom Roboto Condensed font family variants:
(\code{rc_pkg}, \code{rc_pkg_prop}) and makes them available in the global environment.
}
\details{
The reconfigured family variants have 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
}
They differ in that the \verb{_prop} variant does not have tabular numbers
(\code{tnum}) enabled (which is more appropriate for titles and general
annotations).
Roboto Condensed
\href{https://fonts.google.com/specimen/Roboto+Condensed}{font family preview/info}
This objects have 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}
}
}