winSystemFonts {tcltk2}R Documentation

Get the list of main Windows system fonts

Description

The function returns a list of system fonts in string. They can be used directly to defines Tk fonts that match system fonts.

Usage

winSystemFonts()

Value

A string with 5 components describing font used (1) for GUI elements, (2) for menus, (3) for the title of windows, (4) for the title of toolbar windows or column headers and (5) for status bar and tooltips.

Note

This is only available under Windows.

Author(s)

Philippe Grosjean

See Also

tk2reg

Examples

winSystemFonts()

[Package tcltk2 version 1.0-7 Index]