diff options
Diffstat (limited to 'doc/FontId.3')
-rw-r--r-- | doc/FontId.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/FontId.3 b/doc/FontId.3 index 60905a7..69991fd 100644 --- a/doc/FontId.3 +++ b/doc/FontId.3 @@ -65,6 +65,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. .SH "DATA STRUCTURES" +.PP The \fBTk_FontMetrics\fR data structure is used by \fBTk_GetFontMetrics\fR to return information about a font and is defined as follows: .CS @@ -72,7 +73,7 @@ typedef struct Tk_FontMetrics { int \fIascent\fR; int \fIdescent\fR; int \fIlinespace\fR; -} Tk_FontMetrics; +} \fBTk_FontMetrics\fR; .CE .PP The \fIascent\fR field is the amount in pixels that the tallest |