DrawText

Go Back

Summary:
  Draws a user-defined text segment (String) in the viewer.

Header File:
  edis_grobj.h

Library Name:
  viewlib

void    DrawText  (
    Edis_GrObjTarget*    target,
    Edis_GrObjContext*    context,
    char*    string,
    int    X,
    int    Y,
    Eerr_ErrorReport**    lclerr,
  )
context
    This is the Graphics Context.
lclerr
    Error handling structure pointer.
string
    The character string whose length is to be determined.
target
    The name(including path) of the target ehfa file.
X
    The returned X value.
Y
    The returned Y value.

Description:
  This function draws a string using the current font at location x,y.

Notes:
  None.

Return Description:
  This function has no return value.