Return Font Information
get_font_info_from_tk(tkFont)
tkFont | A specified tk font character, one of
|
---|
A list of font information, containing font "family", font "face" and font "size"
#> $family #> [1] "sans" #> #> $face #> [1] "plain" #> #> $size #> [1] 8 #>