-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathimport_fira_sans.Rd
23 lines (23 loc) · 940 Bytes
/
import_fira_sans.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/firasans.R
\name{import_fira_sans}
\alias{import_fira_sans}
\title{Import Fira Sans/Mono fonts for use in charts}
\usage{
import_fira_sans()
}
\description{
IBM Plex Sans is a trademark of IBM and distributed under the SIL Open Font License, Version 1.1.
}
\details{
There is an option \code{hrbrthemes.loadfonts} which -- if set to \code{TRUE} -- will
call \code{extrafont::loadfonts()} to register non-core fonts with R PDF & PostScript
devices. If you are running under Windows, the package calls the same function
to register non-core fonts with the Windows graphics device.
}
\note{
This will take care of ensuring PDF/PostScript usage. The location of the
font directory is displayed after the base import is complete. It is highly
recommended that you install them on your system the same way you would any
other font you wish to use in other programs.
}