diff options
Diffstat (limited to 'lib/libX11/man/XExtentsOfFontSet.man')
-rw-r--r-- | lib/libX11/man/XExtentsOfFontSet.man | 55 |
1 files changed, 11 insertions, 44 deletions
diff --git a/lib/libX11/man/XExtentsOfFontSet.man b/lib/libX11/man/XExtentsOfFontSet.man index 6200f6044..be59d554b 100644 --- a/lib/libX11/man/XExtentsOfFontSet.man +++ b/lib/libX11/man/XExtentsOfFontSet.man @@ -38,71 +38,38 @@ .\" to this documentation without specific, written prior permission. .\" Digital and Tektronix makes no representations about the suitability .\" of this documentation for any purpose. -.\" It is provided ``as is'' without express or implied warranty. -.\" +.\" It is provided "as is" without express or implied warranty. +.\" .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface .ds xL Xlib \- C Language X Interface .ds xC Inter-Client Communication Conventions Manual -.na -.de Ds -.nf -.\\$1D \\$2 \\$1 -.ft CW -.\".ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp -.. -.de De -.ce 0 -.if \\n(BD .DF -.nr BD 0 -.in \\n(OIu -.if \\n(TM .ls 2 -.sp \\n(DDu -.fi -.. -.de IN \" send an index entry to the stderr -.. -.de Pn -.ie t \\$1\fB\^\\$2\^\fR\\$3 -.el \\$1\fI\^\\$2\^\fP\\$3 -.. -.de ZN -.ie t \fB\^\\$1\^\fR\\$2 -.el \fI\^\\$1\^\fP\\$2 -.. -.de hN -.ie t <\fB\\$1\fR>\\$2 -.el <\fI\\$1\fP>\\$2 -.. -.ny0 .TH XExtentsOfFontSet __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS" .SH NAME XExtentsOfFontSet \- obtain the maximum extents structure for a font set .SH SYNTAX .HP -XFontSetExtents *XExtentsOfFontSet\^(\^XFontSet \fIfont_set\fP\^); +XFontSetExtents *XExtentsOfFontSet\^(\^XFontSet \fIfont_set\fP\^); .SH ARGUMENTS .IP \fIfont_set\fP 1i Specifies the font set. .SH DESCRIPTION The -.ZN XExtentsOfFontSet +.B XExtentsOfFontSet function returns an -.ZN XFontSetExtents +.B XFontSetExtents structure for the fonts used by the Xmb and Xwc layers for the given font set. .LP -The -.ZN XFontSetExtents +The +.B XFontSetExtents structure is owned by Xlib and should not be modified or freed by the client. -It will be freed by a call to -.ZN XFreeFontSet -with the associated -.ZN XFontSet . +It will be freed by a call to +.B XFreeFontSet +with the associated +.BR XFontSet . Until freed, its contents will not be modified by Xlib. .SH "SEE ALSO" XCreateFontSet(__libmansuffix__), |