'''font configure''' ''fontname ?option? ?value option value ...?'' Query or modify the desired attributes for the named font called ''fontname''. If no ''option'' is specified, returns a list describing all the options and their values for fontname. If a single ''option'' is specified with no ''value'', then returns the current value of that attribute. If one or more ''option-value'' pairs are specified, then the command modifies the given named font to have the given values; in this case, all widgets using that font will redisplay themselves using the new attributes for the font. See FONT OPTIONS below for a list of the possible attributes. ---- See also: * [font] * [font actual] ---- [Category Command] - [Tk syntax help] - [Category Introspection]