XmbDrawString
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
NAME
XmbDrawString, XwcDrawString, Xutf8DrawString − draw text using a single font set
SYNTAX
void XmbDrawString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, char *string, int num_bytes); | |
void XwcDrawString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, wchar_t *string, int num_wchars); | |
void Xutf8DrawString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, char *string, int num_bytes); |
ARGUMENTS
d |
Specifies the drawable. | ||
display |
Specifies the connection to the X server. | ||
font_set |
Specifies the font set. | ||
gc |
Specifies the GC. | ||
num_bytes |
Specifies the number of bytes in the string argument. |
num_wchars
Specifies the number of characters in the string argument.
string |
Specifies the character string. |
|||
x |
||||
y |
Specify the x and y coordinates. |
DESCRIPTION
The XmbDrawString, XwcDrawString and Xutf8DrawString functions draw the specified text with the foreground pixel. When the XFontSet has missing charsets, each unavailable character is drawn with the default string returned by XCreateFontSet. The behavior for an invalid codepoint is undefined.
The function Xutf8DrawString is an extension introduced by The XFree86 Project, Inc. in their 4.0.2 release. Its presence is indicated by the macro X_HAVE_UTF8_STRING.
SEE ALSO
XDrawImageString(3),
XDrawString(3), XDrawText(3), XmbDrawImageString(3),
XmbDrawText(3)
Xlib − C Language X Interface
More Linux Commands
manpages/X11::Keysyms.3pm.html
X11::Keysyms.3pm (Manual - Linux man page).................
This module exports a hash mapping the names of X11 keysyms, such as A or Linefeed or Hangul_J_YeorinHieuh, onto the numbers that represent them. The first argu
manpages/kismet_drone.1.html
kismet_drone(1) Wireless sniffing and monitoring remote dron
kismet_drone supports all the capture sources available to Kismet. Instead of processing packets locally, kismet_drone makes them available via TCP to a remote
manpages/hcreate_r.3.html
hcreate_r(3) - hash table management - Linux manual page....
The three functions hcreate(), hsearch(), and hdestroy() allow the caller to create and manage a hash search table containing entries consisting of a key (a str
manpages/XkbKeyAction.3.html
XkbKeyAction(3) - Returns the key action - Linux man page...
XkbKeyAction.3 - A key action defines the effect key presses and releases have on the internal state of the server. For example, the expected key action associa
manpages/XSetState.3.html
XSetState(3) - GC convenience routines - Linux manual page
The XSetState function sets the foreground, background, plane mask, and function components for the specified GC. XSetState can generate BadAlloc, BadGC, and Ba
manpages/CPU_SET.3.html
CPU_SET(3) - macros for manipulating CPU sets (Man Page)....
The cpu_set_t data structure represents a set of CPUs. CPU sets are used by sched_setaffinity(2) and similar interfaces. The cpu_set_t data type is implemented
manpages/gnutls_pkcs11_obj_deinit.3.html
gnutls_pkcs11_obj_deinit(3) - API function - Linux man page
This function will deinitialize a certificate structure. SINCE 2.12.0 REPORTING BUGS Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/s
manpages/ospfclient.8.html
ospfclient(8) an example ospf-api client - Linux man page...
ospfclient is a an example ospf-api client to test the ospfd daemon. OPTIONS ospfd A router where the API-enabled OSPF daemon is running. lsatype The value has
manpages/Tcl_UtfToUniChar.3.html
Tcl_UtfToUniChar(3) - routines for manipulating UTF-8 string
These routines convert between UTF-8 strings and Tcl_UniChars. A Tcl_UniChar is a Unicode character represented as an unsigned, fixed-size quantity. A UTF-8 cha
manpages/setnetgrent.3.html
setnetgrent(3) - handle network group entries (Man Page)....
The netgroup is a SunOS invention. A netgroup database is a list of string triples (hostname, username, domainname) or other netgroup names. Any of the elements
manpages/eps2eps.1.html
eps2eps(1) - Ghostscript PostScript "distiller" (Man Page)
eps2eps.1 - ps2ps uses gs(1) to convert PostScript(tm) file input.ps to simpler, normalized and (usually) faster PostScript in output.ps. Normally the output is
manpages/Tk_PhotoSetSize.3.html
Tk_PhotoSetSize(3) - manipulate the image data stored in a p
Tk_FindPhoto returns an opaque handle that is used to identify a particular photo image to the other procedures. The parameter is the name of the image, that is
