Lines Matching +defs:x +defs:style +defs:display
122 … wght = NULL, ital = NULL, display = c("swap", "auto", "block", "fallback", "optional")) { argument
148 x <- list( list
184 font_face <- function(family, src, weight = NULL, style = NULL, argument
185 display = c("swap", "auto", "block", "fallback", "optional"), argument
188 x <- dropNulls(list( functionVar
192 style = style, nameattr
193 display = if (!is.null(display)) match.arg(display), nameattr
211 font_face_css <- function(x) { argument
222 font_object <- function(x, dep_func) { argument
273 families <- lapply(fonts, function(x) { argument
286 deps <- lapply(fonts, function(x) { argument
319 is_font_collection <- function(x) { argument
323 quote_css_font_families <- function(x) { argument
357 font_dep_name <- function(x) { argument
362 font_dep_face <- function(x) { argument
376 font_dep_link <- function(x) { argument
394 is_cache_object <- function(x) { argument
410 font_dep_google_local <- function(x) { argument
477 extract_group <- function(x, pattern, which = 1) { argument