Module tkFont
[hide private]
[frames] | no frames]

Module tkFont


Version: 0.9

Classes [hide private]
Font
Represents a named font.
Functions [hide private]
 
nametofont(name)
Given the name of a tk named font, returns a Font representation.
 
families(root=None)
Get font families (as a tuple)
 
names(root=None)
Get names of defined fonts (as a tuple)
Variables [hide private]
  NORMAL = 'normal'
  ROMAN = 'roman'
  BOLD = 'bold'
  ITALIC = 'italic'

Imports: Tkinter