summaryrefslogtreecommitdiff
path: root/man/XmbDrawString.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XmbDrawString.man')
-rw-r--r--man/XmbDrawString.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XmbDrawString.man b/man/XmbDrawString.man
index 6b2fb9f5..e4091409 100644
--- a/man/XmbDrawString.man
+++ b/man/XmbDrawString.man
@@ -117,24 +117,24 @@ Specifies the character string.
Specify the x and y coordinates.
.SH DESCRIPTION
The
-.ZN XmbDrawString ,
-.ZN XwcDrawString
+.BR XmbDrawString ,
+.B XwcDrawString
and
-.ZN Xutf8DrawString
+.B Xutf8DrawString
functions draw the specified text with the foreground pixel.
When the
-.ZN XFontSet
+.B XFontSet
has missing charsets, each unavailable character is drawn
with the default string returned by
-.ZN XCreateFontSet .
+.BR XCreateFontSet .
The behavior for an invalid codepoint is undefined.
.LP
The function
-.ZN Xutf8DrawString
+.B Xutf8DrawString
is an extension introduced by The XFree86 Project, Inc. in their 4.0.2
release. Its presence is
indicated by the macro
-.ZN X_HAVE_UTF8_STRING .
+.BR X_HAVE_UTF8_STRING .
.SH "SEE ALSO"
XDrawImageString(__libmansuffix__),
XDrawString(__libmansuffix__),