qpgraph.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_GetGTextExtent Function
  Summary Details Example                                   Back
 
  Argument
 
    TextString    String to be displayed
 
  Returns
 
    Integer       Width in pixels
 
  Description
 
    The _GetGTextExtent function returns the width required to print
    the text string with the current font using the _OutGText procedure.
 
    This function is particularly helpful in determining the size for
    text that uses proportional-spaced fonts.
 
  _GrStatus Returns
 
    _GrError