diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-22 11:55:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-22 11:55:19 (GMT) |
commit | a80de9ea37f6b640c5f235755b94f3d695e6e04d (patch) | |
tree | f4f545accc59d15632db1e27e8620657e562aeb6 /doc | |
parent | d8d6f63a208246d2f1b9366a3c009b0438e84e28 (diff) | |
download | tk-a80de9ea37f6b640c5f235755b94f3d695e6e04d.zip tk-a80de9ea37f6b640c5f235755b94f3d695e6e04d.tar.gz tk-a80de9ea37f6b640c5f235755b94f3d695e6e04d.tar.bz2 |
Highlighting fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetFont.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/GetFont.3 b/doc/GetFont.3 index 8e40eb4..d408006 100644 --- a/doc/GetFont.3 +++ b/doc/GetFont.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetFont.3,v 1.5 2002/08/05 04:30:38 dgp Exp $ +'\" RCS: @(#) $Id: GetFont.3,v 1.5.2.1 2005/11/22 11:55:19 dkf Exp $ '\" .so man.macros .TH Tk_AllocFontFromObj 3 8.1 Tk "Tk Library Procedures" @@ -41,7 +41,7 @@ void .SH ARGUMENTS .AS "const char" *tkfont .AP "Tcl_Interp" *interp in -Interpreter to use for error reporting. If NULL, then no error +Interpreter to use for error reporting. If \fBNULL\fR, then no error messages are left after errors. .AP Tk_Window tkwin in Token for window in which font will be used. @@ -71,7 +71,7 @@ the documentation for the \fBfont\fR command for a description of the valid formats. If \fBTk_AllocFontFromObj\fR is unsuccessful (because, for example, \fIobjPtr\fR did not contain a valid font specification) then it returns \fBNULL\fR and leaves an error message in \fIinterp\fR's result -if \fIinterp\fR isn't NULL. \fBTk_AllocFontFromObj\fR caches +if \fIinterp\fR isn't \fBNULL\fR. \fBTk_AllocFontFromObj\fR caches information about the return value in \fIobjPtr\fR, which speeds up future calls to procedures such as \fBTk_AllocFontFromObj\fR and \fBTk_GetFontFromObj\fR. |