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/roma.1.html
roma(1) - compile a TEI ODD specification into schemas and d
This manual page is not meant to be exhaustive. There is some more information in the help files for the web version of Roma, and plenty of background data abou
manpages/XRRConfigRotations.3.html
XRRConfigRotations(3) - X Resize, Rotate and Reflection exte
Xrandr is a simple library designed to interface the X Resize and Rotate Extension. This allows clients to change the size and rotation of the root window of a
manpages/item_count.3menu.html
item_count(3menu) - make and break connections between items
The function set_menu_items changes the item pointer array of the given menu. The array must be terminated by a NULL. The function menu_items returns the item a
manpages/gnutls_x509_crl_get_crt_serial.3.html
gnutls_x509_crl_get_crt_serial(3) - API function (Man Page)
This function will retrieve the serial number of the specified, by the index, revoked certificate. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwi
manpages/Tcl_UniCharLen.3.html
Tcl_UniCharLen(3) - routines for manipulating UTF-8 strings
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/auparse_get_filename.3.html
auparse_get_filename(3) - get the filename where record was
auparse_get_filename will return the name of the source file where the record was found if the source type is AUSOURCE_FILE or AUSOURCE_FILE_ARRAY. For other so
manpages/Tcl_GetEncodingNameFromEnvironment.3.html
Tcl_GetEncodingNameFromEnvironment(3) - procedures for creat
Tcl_GetEncoding finds an encoding given its name. The name may refer to a built-in Tcl encoding, a user-defined encoding registered by calling Tcl_CreateEncodin
manpages/wclear.3ncurses.html
wclear(3ncurses) - clear all or part of a curses window.....
The erase and werase routines copy blanks to every position in the window, clearing the screen. The clear and wclear routines are like erase and werase, but the
manpages/XkbLookupKeySym.3.html
XkbLookupKeySym(3) - Find the symbol associated with a key f
XkbLookupKeySym is the equivalent of the core XLookupKeySym function. For the core keyboard, given a keycode key and an Xkb state state, XkbLookupKeySym returns
manpages/glGetLightiv.3gl.html
glGetLightiv(3gl) - return light source parameter values....
glGetLight returns in params the value or values of a light source parameter. light names the light and is a symbolic name of the form GL_LIGHT$i$ for 0 <= $i$
manpages/pcre_jit_exec.3.html
pcre_jit_exec(3) Perl-compatible regular expressions........
This function matches a compiled regular expression that has been successfully studied with one of the JIT options against a given subject string, using a match
manpages/ul.1.html
ul(1) - do underlining (Commands - Linux manual page).......
ul reads the named files (or standard input if none are given) and translates occurrences of underscores to the sequence which indicates underlining for the ter
