Learn R Programming

loon (version 1.4.1)

get_font_info_from_tk: Return Font Information

Description

Return Font Information

Usage

get_font_info_from_tk(tkFont)

Value

A list of font information, containing font "family", font "face" and font "size"

Arguments

tkFont

A specified tk font character, one of l_getOption("font-scales"), l_getOption("font-title"), l_getOption("font-xlabel"), l_getOption("font-ylabel")

Examples

Run this code
fontscales <- l_getOption("font-scales")
get_font_info_from_tk(fontscales)

Run the code above in your browser using DataLab