match_family: Find best family match with systemfonts

View source: R/fontconfig.R

match_familyR Documentation

Find best family match with systemfonts

Description

match_family() returns the best font family match.

Usage

match_family(font = "sans", bold = TRUE, italic = TRUE, debug = NULL)

Arguments

font

family or face to match.

bold

Wheter to match a font featuring a bold face.

italic

Wheter to match a font featuring an italic face.

debug

deprecated

Examples

match_family("sans")
match_family("serif")

davidgohel/gdtools documentation built on Jan. 31, 2025, 10:45 a.m.