amFont {rAmCharts4} | R Documentation |
Font
Description
Create a list of settings for a font.
Usage
amFont(fontSize = NULL, fontWeight = "normal", fontFamily = NULL)
Arguments
fontSize |
font size, must be given as a character string like
|
fontWeight |
font weight, it can be |
fontFamily |
font family |
Value
A list of settings for a font.
Note
There is no option for the font style.
[Package rAmCharts4 version 1.6.0 Index]