Skip to contents

Pick a locally installed font family that matches requested

Usage

.substitute_fonts(family, quiet = TRUE)

Arguments

family

the font family requested

quiet

do not print warnings.

Examples

try({
.substitute_fonts(c("Roboto","Arial","Kings","Unmatched"))
})
#> Error in .substitute_fonts(c("Roboto", "Arial", "Kings", "Unmatched")) : 
#>   could not find function ".substitute_fonts"