Constructs related to ::tycho::FontManager


Related class: ::tycho::FontManager Contents: Procs

Procs

::tycho::font {family {size 12} {style roman} {shift 0}}
Return a valid font given a font family and a set of additional constraints. This procedure is simply an interface to the class proc ::tycho::FontManager::get, and is provided for convenience.
::tycho::xfont {family {size 12} {weight medium} {style r} {shift 0}}
Return a valid font from a symbolic font specification. This procedure is simply an interface to the class proc ::tycho::FontManager::getXFont, and is provided for convenience.

Warning: This procedure is available publicly only because not all files have been updated to use getFont. Do not call it directly.

Index of classes



Author: Edward A. Lee, John Reekie
Version: @(#)FontManager.itcl 1.39 12/16/96
Copyright: Copyright (c) 1995-1996 The Regents of the University of California.