Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XwcDrawString(3X11) — OSF/1 X2.0-8 MIPS

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XXDrawImageString(3X11)

XDrawString(3X11)

XDrawText(3X11)

XmbDrawImageString(3X11)

XmbDrawText(3X11)

XmbDrawString(3X11)  —  Subroutines

X11R5

NAME

XmbDrawString, XwcDrawString − draw text using a single font set

SYNOPSIS

void XmbDrawString(display, d, font_set, gc, x, y, string, num_bytes)
   Display ∗display;
   Drawable d;
   XFontSet font_set;
   GC gc;
   int x, y;
   char ∗string;
   int num_bytes;

void XwcDrawString(display, d, font_set, gc, x, y, string, num_wchars)
   Display ∗display;
   Drawable d;
   XFontSet font_set;
   GC gc;
   int x, y;
   wchar_t ∗string;
   int num_wchars;

PARAMETERS

dSpecifies the drawable. 

displaySpecifies the connection to the X server. 

font_setSpecifies the font set. 

gcSpecifies the GC. 

num_bytesSpecifies the number of bytes in the string argument. 

num_wcharsSpecifies the number of characters in the string argument. 

stringSpecifies the character string. 

x

ySpecify the x and y coordinates. 

DESCRIPTION

XmbDrawString and XwcDrawString 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.

RELATED INFORMATION

XXDrawImageString(3X11), XDrawString(3X11), XDrawText(3X11), XmbDrawImageString(3X11), XmbDrawText(3X11)
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026