summaryrefslogtreecommitdiffstats
path: root/doc/FontId.3
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2000-07-25 21:14:34 (GMT)
committerjenglish <jenglish@flightlab.com>2000-07-25 21:14:34 (GMT)
commit6c8536cfeb0e26f8b5792f423389c6614c98dffd (patch)
treebea05665891f61ab3749ece3ae4fe07945da4664 /doc/FontId.3
parentc6bc600d803dbcb3b90be56c4653c52add4ba9b3 (diff)
downloadtk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.zip
tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.gz
tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.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.
Diffstat (limited to 'doc/FontId.3')
-rw-r--r--doc/FontId.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FontId.3 b/doc/FontId.3
index 80b0390..a787242 100644
--- a/doc/FontId.3
+++ b/doc/FontId.3
@@ -4,13 +4,13 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: FontId.3,v 1.2 1998/09/14 18:22:47 stanton Exp $
+'\" RCS: @(#) $Id: FontId.3,v 1.3 2000/07/25 21:14:34 jenglish Exp $
'\"
.so man.macros
.TH Tk_FontId 3 8.0 Tk "Tk Library Procedures"
.BS
.SH NAME
-Tk_FontId, Tk_FontMetrics, Tk_PostscriptFontName \- accessor functions for
+Tk_FontId, Tk_GetFontMetrics, Tk_PostscriptFontName \- accessor functions for
fonts
.SH SYNOPSIS
.nf
@@ -68,7 +68,7 @@ following screen font families should print correctly:
Any other font families may not print correctly because the computed
Postscript font name may be incorrect or not exist on the printer.
.VS 8.0 br
-.SH DATA STRUCTURES
+.SH "DATA STRUCTURES"
The Tk_FontMetrics data structure is used by Tk_GetFontMetrics to return
information about a font and is defined as follows:
.CS