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.

24 lines
706 B

3 years ago
#' Typography-centric Themes, Theme Components, and Utilities for 'ggplot2' and 'ragg'.
#'
#' The 'ragg', 'systemfonts', and 'textshaping' packages make it
#' possible to create plot components and themes that make full use of
#' the rich typography features in modern fonts. Fonts, themes, and utilities
#' are provided to create 'ggplot2' plots intended for rendering on 'ragg'
#' graphics devices.
#'
#' @md
#' @name hrbragg
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
3 years ago
#' @import ragg
#' @import systemfonts
#' @import textshaping
#' @import ggplot2
#' @import grid
#' @import grDevices
#' @import scales
#' @import tools
#' @import ggtext
#' @importFrom rstudioapi getThemeInfo
"_PACKAGE"