diff options
author | jenglish <jenglish@noemail.net> | 2000-07-25 21:14:34 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2000-07-25 21:14:34 (GMT) |
commit | 2f44c93501c61def2c0a1ead862be45c571c19dd (patch) | |
tree | bea05665891f61ab3749ece3ae4fe07945da4664 /doc/GetFont.3 | |
parent | fc15e1bdaf28184406bae7d26f04d4abc9d9c4db (diff) | |
download | tk-2f44c93501c61def2c0a1ead862be45c571c19dd.zip tk-2f44c93501c61def2c0a1ead862be45c571c19dd.tar.gz tk-2f44c93501c61def2c0a1ead862be45c571c19dd.tar.bz2 |
CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,
FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n:
Documentation fix: Replaced references to XFontStruct *
and Tk_FontStruct with Tk_Font.
FossilOrigin-Name: b10e56c17f4c9710567b36d1ba7616710168243c
Diffstat (limited to 'doc/GetFont.3')
-rw-r--r-- | doc/GetFont.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/GetFont.3 b/doc/GetFont.3 index f052935..eb9692a 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.3 1999/04/16 01:51:08 stanton Exp $ +'\" RCS: @(#) $Id: GetFont.3,v 1.4 2000/07/25 21:14:34 jenglish Exp $ '\" .so man.macros .TH Tk_AllocFontFromObj 3 8.1 Tk "Tk Library Procedures" @@ -62,7 +62,7 @@ Opaque font token. .VS 8.1 \fBTk_AllocFontFromObj\fR finds the font indicated by \fIobjPtr\fR and returns a token that represents the font. The return value can be used -in subsequent calls to procedures such as \fBTk_FontMetrics\fR, +in subsequent calls to procedures such as \fBTk_GetFontMetrics\fR, \fBTk_MeasureChars\fR, and \fBTk_FreeFont\fR. The Tk_Font token will remain valid until \fBTk_FreeFontFromObj\fR or \fBTk_FreeFont\fR is called to release it. @@ -118,5 +118,8 @@ exactly one call to \fBTk_FreeFontFromObj\fR or \fBTk_FreeFont\fR for each call to \fBTk_AllocFontFromObj\fR or \fBTk_GetFont\fR. .VE +.SH "SEE ALSO" +Tk_FontId(3) + .SH KEYWORDS font |