| tkFont (version 0.9) | index /usr/local/lib/python2.3/lib-tk/tkFont.py |
# Tkinter
# $Id: tkFont.py,v 1.5 2003/06/14 21:40:04 loewis Exp $
#
# font wrapper
#
# written by Fredrik Lundh <fredrik@pythonware.com>, February 1998
#
# FIXME: should add 'displayof' option where relevant (actual, families,
# measure, and metrics)
#
# Copyright (c) Secret Labs AB 1998.
#
# info@pythonware.com
# http://www.pythonware.com
#
| Modules | ||||||
| ||||||
| Classes | ||||||||||
|
| ||||||||||
| Functions | ||
| ||
| Data | ||
| BOLD = 'bold' ITALIC = 'italic' NORMAL = 'normal' ROMAN = 'roman' __version__ = '0.9' | ||