summaryrefslogtreecommitdiff
path: root/man/XFontsOfFontSet.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XFontsOfFontSet.man')
-rw-r--r--man/XFontsOfFontSet.man62
1 files changed, 31 insertions, 31 deletions
diff --git a/man/XFontsOfFontSet.man b/man/XFontsOfFontSet.man
index 845599dc..29bfc9c7 100644
--- a/man/XFontsOfFontSet.man
+++ b/man/XFontsOfFontSet.man
@@ -104,19 +104,19 @@ Returns the list of font names.
Returns the list of font structs.
.SH DESCRIPTION
The
-.ZN XFontsOfFontSet
+.B XFontsOfFontSet
function returns a list of one or more
-.ZN XFontStructs
+.B XFontStructs
and font names for the fonts used by the Xmb and Xwc layers
for the given font set.
A list of pointers to the
-.ZN XFontStruct
+.B XFontStruct
structures is returned to font_struct_list_return.
A list of pointers to null-terminated, fully specified font name strings
in the locale of the font set is returned to font_name_list_return.
The font_name_list order corresponds to the font_struct_list order.
The number of
-.ZN XFontStruct
+.B XFontStruct
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
@@ -125,38 +125,38 @@ 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
-.ZN XFontStruct
+.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
-.ZN XFontSet .
+.BR XFontSet .
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
-.ZN XFontStruct
+.B XFontStruct
structures in the
-.ZN XFontStructSet
+.B XFontStructSet
is undefined.
Also, note that all properties in the
-.ZN XFontStruct
+.B XFontStruct
structures are in the STRING encoding.
.LP
The
-.ZN XFontStruct
+.B XFontStruct
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
-.ZN XFreeFontSet
+.B XFreeFontSet
with the associated
-.ZN XFontSet .
+.BR XFontSet .
Until freed, their contents will not be modified by Xlib.
.LP
The
-.ZN XBaseFontNameListOfFontSet
+.B XBaseFontNameListOfFontSet
function returns the original base font name list supplied
by the client when the
-.ZN XFontSet
+.B XFontSet
was created.
A null-terminated string containing a list of
comma-separated font names is returned
@@ -164,59 +164,59 @@ as the value of the function.
White space may appear immediately on either side of separating commas.
.LP
If
-.ZN XCreateFontSet
+.B XCreateFontSet
obtained an XLFD name from the font properties for the font specified
by a non-XLFD base name, the
-.ZN XBaseFontNameListOfFontSet
+.B XBaseFontNameListOfFontSet
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
-.ZN XFreeFontSet
+.B XFreeFontSet
with the associated
-.ZN XFontSet .
+.BR XFontSet .
Until freed, its contents will not be modified by Xlib.
.LP
The
-.ZN XLocaleOfFontSet
+.B XLocaleOfFontSet
function
returns the name of the locale bound to the specified
-.ZN XFontSet ,
+.BR XFontSet ,
as a null-terminated string.
.LP
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
-.ZN XFreeFontSet
+.B XFreeFontSet
with the associated
-.ZN XFontSet .
+.BR XFontSet .
Until freed, it will not be modified by Xlib.
.LP
The
-.ZN XContextDependentDrawing
+.B XContextDependentDrawing
function returns
-.ZN True
+.B True
if the drawing functions implement implicit text directionality or
if text drawn with the font_set might include context-dependent drawing;
otherwise, it returns
-.ZN False .
+.BR False .
.LP
The
-.ZN XContextualDrawing
+.B XContextualDrawing
function returns
-.ZN True
+.B True
if text drawn with the font set might include context-dependent drawing;
otherwise, it returns
-.ZN False .
+.BR False .
.LP
The
-.ZN XDirectionalDependentDrawing
+.B XDirectionalDependentDrawing
function returns
-.ZN True
+.B True
if the drawing functions implement implicit text directionality;
otherwise, it returns
-.ZN False .
+.BR False .
.SH "SEE ALSO"
XCreateFontSet(__libmansuffix__),
XCreateOM(__libmansuffix__),