get_font_info_from_tk {loon} | R Documentation |
Return Font Information
Description
Return Font Information
Usage
get_font_info_from_tk(tkFont)
Arguments
tkFont |
A specified tk font character, one of
|
Value
A list of font information, containing font "family", font "face" and font "size"
Examples
fontscales <- l_getOption("font-scales")
get_font_info_from_tk(fontscales)
[Package loon version 1.4.1 Index]