Updated 2013-10-07 02:44:03 by RLE
font create ?fontname? ?option value ...?

Creates a new named font and returns its name. fontname specifies the name for the font; if it is omitted, then Tk generates a new name of the form fontx, where x is an integer. There may be any number of option-value pairs, which provide the desired attributes for the new named font. See FONT OPTIONS for a list of the possible attributes.

See also edit