match_family {ggiraph} | R 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 |
italic |
Wheter to match a font featuring an |
debug |
deprecated |
See Also
Other functions for font management:
font_family_exists()
,
validated_fonts()
Examples
match_family("sans")
match_family("serif")
[Package ggiraph version 0.8.10 Index]