summaryrefslogtreecommitdiff
path: root/man/XFontsOfFontSet.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XFontsOfFontSet.man')
-rw-r--r--man/XFontsOfFontSet.man44
1 files changed, 22 insertions, 22 deletions
diff --git a/man/XFontsOfFontSet.man b/man/XFontsOfFontSet.man
index 12d14573..a0b1a565 100644
--- a/man/XFontsOfFontSet.man
+++ b/man/XFontsOfFontSet.man
@@ -39,7 +39,7 @@
.\" 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.
-.\"
+.\"
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
@@ -51,17 +51,17 @@ XFontsOfFontSet, XBaseFontNameListOfFontSet, XLocaleOfFontSet, XContextDependent
.SH SYNTAX
.HP
int XFontsOfFontSet\^(\^XFontSet \fIfont_set\fP\^, XFontStruct
-***\fIfont_struct_list_return\fP\^, char ***\fIfont_name_list_return\fP\^);
+***\fIfont_struct_list_return\fP\^, char ***\fIfont_name_list_return\fP\^);
.HP
-char *XBaseFontNameListOfFontSet\^(\^XFontSet \fIfont_set\fP\^);
+char *XBaseFontNameListOfFontSet\^(\^XFontSet \fIfont_set\fP\^);
.HP
-char *XLocaleOfFontSet\^(\^XFontSet \fIfont_set\fP\^);
+char *XLocaleOfFontSet\^(\^XFontSet \fIfont_set\fP\^);
.HP
-Bool XContextDependentDrawing\^(\^XFontSet \fIfont_set\fP\^);
+Bool XContextDependentDrawing\^(\^XFontSet \fIfont_set\fP\^);
.HP
-Bool XContextualDrawing\^(\^XFontSet \fIfont_set\fP\^);
+Bool XContextualDrawing\^(\^XFontSet \fIfont_set\fP\^);
.HP
-Bool XDirectionalDependentDrawing\^(\^XFontSet \fIfont_set\fP\^);
+Bool XDirectionalDependentDrawing\^(\^XFontSet \fIfont_set\fP\^);
.SH ARGUMENTS
.IP \fIfont_set\fP 1i
Specifies the font set.
@@ -72,7 +72,7 @@ Returns the list of font structs.
.SH DESCRIPTION
The
.B XFontsOfFontSet
-function returns a list of one or more
+function returns a list of one or more
.B XFontStructs
and font names for the fonts used by the Xmb and Xwc layers
for the given font set.
@@ -88,30 +88,30 @@ structures and font names is returned as the value of the function.
.LP
Because it is not guaranteed that a given character will be imaged using a
single font glyph,
-there is no provision for mapping a character or default string
-to the font properties, font ID, or direction hint for the font
+there is no provision for mapping a character or default string
+to the font properties, font ID, or direction hint for the font
for the character.
-The client may access the
+The client may access the
.B XFontStruct
list to obtain these values for all the fonts currently in use.
.LP
Xlib does not guarantee that fonts are loaded from the server
-at the creation of an
+at the creation of an
.BR XFontSet .
-Xlib may choose to cache font data, loading it only as needed to draw text
+Xlib may choose to cache font data, loading it only as needed to draw text
or compute text dimensions.
-Therefore, existence of the per_char metrics in the
+Therefore, existence of the per_char metrics in the
.B XFontStruct
structures in the
.B XFontStructSet
is undefined.
-Also, note that all properties in the
+Also, note that all properties in the
.B XFontStruct
structures are in the STRING encoding.
.LP
-The
+The
.B XFontStruct
-and font name lists are owned by Xlib
+and font name lists are owned by Xlib
and should not be modified or freed by the client.
They will be freed by a call to
.B XFreeFontSet
@@ -122,7 +122,7 @@ Until freed, their contents will not be modified by Xlib.
The
.B XBaseFontNameListOfFontSet
function returns the original base font name list supplied
-by the client when the
+by the client when the
.B XFontSet
was created.
A null-terminated string containing a list of
@@ -130,7 +130,7 @@ comma-separated font names is returned
as the value of the function.
White space may appear immediately on either side of separating commas.
.LP
-If
+If
.B XCreateFontSet
obtained an XLFD name from the font properties for the font specified
by a non-XLFD base name, the
@@ -139,9 +139,9 @@ function will return the XLFD name instead of the non-XLFD base name.
.LP
The base font name list is owned by Xlib and should not be modified or
freed by the client.
-It will be freed by a call to
+It will be freed by a call to
.B XFreeFontSet
-with the associated
+with the associated
.BR XFontSet .
Until freed, its contents will not be modified by Xlib.
.LP
@@ -156,7 +156,7 @@ The returned locale name string is owned by Xlib
and should not be modified or freed by the client.
It may be freed by a call to
.B XFreeFontSet
-with the associated
+with the associated
.BR XFontSet .
Until freed, it will not be modified by Xlib.
.LP