: '''[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 '''font'''''x'', 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 [http://www.tcl.tk/man/tcl8.6/TkCmd/font.htm#M24%|%FONT OPTIONS] for a list of the possible attributes. ---- **See also** * [font delete] <> Command | Tk syntax help