'''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 FONT OPTIONS below for a list of the possible attributes. ---- See also: * [font] * [font delete] ---- [Category Command] - [Tk syntax help]