R/create_fonts.R

#' Load extrat fonts
#' @md
#' This is a tool that can be used to load windows fonts because R gets weird with them

#' @export
#' @rdname create_fonts

library(extrafont)

create_fonts <- function(){extrafont::loadfonts(device = "win")}
WFU-WBA/wellbeing_tools documentation built on May 14, 2019, 6:08 a.m.