Name
font
- font
operation[arg arg...] The font command provides several facilities for defining named fonts and inspecting their attributes. If the window system does not have a font that matches the requested attributes, Tk makes a best guess. The following operations are supported:
- font actual
font[-displayofwindow] [option] Return information on the actual attributes that are obtained when
fontis used onwindow's display. Ifoptionis specified, only the value of that attribute is returned. Otherwise, a list of all attributes and their values is returned.- font configure
fontName[option[value[option value...] ] ] Query or modify the desired attributes for the named font
fontNamein the same manner as the general widget configure method. The available attribute options are as follows:- -family
name The case-insensitive font family name. The families
Courier,Times, andHelveticaare guaranteed to be supported on all platforms.- -size
size The desired size for the font in points (or pixels if
sizeis negative).- -weight
weight The thickness of the characters in the font.
Weightmay benormal(the default) orbold.- -slant
slant How characters in the font are slanted away from the vertical.
Slantmay beroman(the default) oritalic.- -underline
boolean Whether characters in font should be underlined. Default is
false.- -overstrike
boolean Whether a horizontal line is drawn through the middle of the characters of the font. Default is
false.
- -family
- font create
[
fontName] [option value...] ] ] Create a new named ...
- font actual
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access