rel_recset()

extern KADMOS_ERROR KADMOS_API 
  (RelData *reldata, const RecData *recdata, const ReRect *rerect);
      

Parameter:

reldata
Pointer to a structure RelData.
recdata
Pointer to a structure RecData.
rerect
Pointer to a rectangle containing the position of the character in the line.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

Copy single character from a structure RecData into a structure RelData. If rerect is NulL, the coordinates from recdata left, top, width, and height are used as character position.

Reference: