Unit 'Img32.Text' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_image32]

DrawText

Declaration

Source position: Img32.Text.pas line 548

function DrawText(

  image: TImage32;

  x: Double;

  y: Double;

  const text: UnicodeString;

  font: TFontCache;

  textColor: TColor32 = clBlack32;

  useClearType: Boolean = False;

  clearTypeBgColor: TColor32 = clWhite32

):Double; overload;

function DrawText(

  image: TImage32;

  x: Double;

  y: Double;

  const text: UnicodeString;

  font: TFontCache;

  renderer: TCustomRenderer

):Double; overload;

procedure DrawText(

  image: TImage32;

  const rec: TRect;

  const text: UnicodeString;

  textAlign: TTextAlign;

  textAlignV: TTextVAlign;

  font: TFontCache;

  textColor: TColor32 = clBlack32;

  useClearType: Boolean = False;

  clearTypeBgColor: TColor32 = clWhite32

); overload;



CT Web help

CodeTyphon Studio