| # Generated by roxygen2: do not edit by hand | # Generated by roxygen2: do not edit by hand | ||||
| S3method(print,google_font) | |||||
| S3method(print,xaringanthemer_default) | |||||
| export(apply_alpha) | export(apply_alpha) | ||||
| export(choose_dark_or_light) | export(choose_dark_or_light) | ||||
| export(darken_color) | export(darken_color) |
| x | x | ||||
| } | } | ||||
| print.xaringanthemer_default <- function(x) { | |||||
| #' @export | |||||
| print.xaringanthemer_default <- function(x, ...) { | |||||
| print(unclass(x)) | print(unclass(x)) | ||||
| } | } |
| unique(match.arg(language_codes, several.ok = TRUE)) | unique(match.arg(language_codes, several.ok = TRUE)) | ||||
| } | } | ||||
| print.google_font <- function(x) { | |||||
| #' @export | |||||
| print.google_font <- function(x, ...) { | |||||
| cat( | cat( | ||||
| "Family: ", | "Family: ", | ||||
| x$family, | x$family, |