gflAddText

The gflAddText function adds a text on a GFL_BITMAP.

GFL_ERROR gflAddText(
  GFL_BITMAP * bitmap,  
  const char * text,  
  const char * font_name,  
  GFL_INT32  x,  
  GFL_INT32  y,  
  GFL_INT32  font_size,  
  GFL_INT32  orientation,  
  GFL_BOOL  italic,  
  GFL_BOOL  bold,  
  GFL_BOOL  strike_out,  
  GFL_BOOL  underline,  
  GFL_BOOL  antialias,  
  const GFL_COLOR * color
);

Parameters

Return value

See also