XQueryTextExtents16(3)


NAME

   XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 -
   compute or query text extents

SYNTAX

   int XTextExtents(XFontStruct *font_struct, char *string, int nchars,
          int *direction_return, int *font_ascent_return, int
          *font_descent_return, XCharStruct *overall_return);

   int XTextExtents16(XFontStruct *font_struct, XChar2b *string, int
          nchars, int *direction_return, int *font_ascent_return, int
          *font_descent_return, XCharStruct *overall_return);

   int XQueryTextExtents(Display *display, XID font_ID, char *string, int
          nchars, int *direction_return, int *font_ascent_return, int
          *font_descent_return, XCharStruct *overall_return);

   int XQueryTextExtents16(Display *display, XID font_ID, XChar2b *string,
          int nchars, int *direction_return, int *font_ascent_return, int
          *font_descent_return, XCharStruct *overall_return);

ARGUMENTS

   direction_return
             Returns the value of the direction hint (FontLeftToRight or
             FontRightToLeft).

   display   Specifies the connection to the X server.

   font_ID   Specifies either the font ID or the GContext ID that contains
             the font.

   font_ascent_return
             Returns the font ascent.

   font_descent_return
             Returns the font descent.

   font_struct
             Specifies the XFontStruct structure.

   nchars    Specifies the number of characters in the character string.

   string    Specifies the character string.

   overall_return
             Returns the overall size in the specified XCharStruct
             structure.

DESCRIPTION

   The XTextExtents and XTextExtents16 functions perform the size
   computation locally and, thereby, avoid the round-trip overhead of
   XQueryTextExtents and XQueryTextExtents16.  Both functions return an
   XCharStruct structure, whose members are set to the values as follows.

   The ascent member is set to the maximum of the ascent metrics of all
   characters in the string.  The descent member is set to the maximum of
   the descent metrics.  The width member is set to the sum of the
   character-width metrics of all characters in the string.  For each
   character in the string, let W be the sum of the character-width
   metrics of all characters preceding it in the string.  Let L be the
   left-side-bearing metric of the character plus W.  Let R be the right-
   side-bearing metric of the character plus W.  The lbearing member is
   set to the minimum L of all characters in the string.  The rbearing
   member is set to the maximum R.

   For fonts defined with linear indexing rather than 2-byte matrix
   indexing, each XChar2b structure is interpreted as a 16-bit number with
   byte1 as the most significant byte.  If the font has no defined default
   character, undefined characters in the string are taken to have all
   zero metrics.

   The XQueryTextExtents and XQueryTextExtents16 functions return the
   bounding box of the specified 8-bit and 16-bit character string in the
   specified font or the font contained in the specified GC.  These
   functions query the X server and, therefore, suffer the round-trip
   overhead that is avoided by XTextExtents and XTextExtents16.  Both
   functions return a XCharStruct structure, whose members are set to the
   values as follows.

   The ascent member is set to the maximum of the ascent metrics of all
   characters in the string.  The descent member is set to the maximum of
   the descent metrics.  The width member is set to the sum of the
   character-width metrics of all characters in the string.  For each
   character in the string, let W be the sum of the character-width
   metrics of all characters preceding it in the string.  Let L be the
   left-side-bearing metric of the character plus W.  Let R be the right-
   side-bearing metric of the character plus W.  The lbearing member is
   set to the minimum L of all characters in the string.  The rbearing
   member is set to the maximum R.

   For fonts defined with linear indexing rather than 2-byte matrix
   indexing, each XChar2b structure is interpreted as a 16-bit number with
   byte1 as the most significant byte.  If the font has no defined default
   character, undefined characters in the string are taken to have all
   zero metrics.

   Characters with all zero metrics are ignored.  If the font has no
   defined default_char, the undefined characters in the string are also
   ignored.

   XQueryTextExtents and XQueryTextExtents16 can generate BadFont and
   BadGC errors.

DIAGNOSTICS

   BadFont   A value for a Font or GContext argument does not name a
             defined Font.

   BadGC     A value for a GContext argument does not name a defined
             GContext.

SEE ALSO

   XLoadFont(3), XTextWidth(3)
   Xlib - C Language X Interface





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.