mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 09:38:15 +02:00
document an ancient performance problem (see Debian #954845).
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
This commit is contained in:
parent
791c93816c
commit
3ec9264d01
1 changed files with 7 additions and 0 deletions
|
|
@ -149,6 +149,13 @@ window is used as a Drawable.
|
|||
.B BadMatch
|
||||
Some argument or pair of arguments has the correct type and range but fails
|
||||
to match in some other way required by the request.
|
||||
.SH NOTES
|
||||
Unlike XDrawString and XDrawString16,
|
||||
these functions send no more than 255 characters at a time to the server.
|
||||
When the total number of characters to be sent is larger than 255,
|
||||
these functions split the string into chunks up to 255 characters.
|
||||
After sending each chunk,
|
||||
these functions query the server to determine the actual text extent.
|
||||
.SH "SEE ALSO"
|
||||
XDrawString(__libmansuffix__),
|
||||
XDrawText(__libmansuffix__),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue