Unit 'OpenGL_Text2DRaster' Package
[Overview][Constants][Types][Classes][Index] [#pl_opengl]

TFont2DRaster.TextOut

Declaration

Source position: OpenGL_Text2DRaster.pas line 87

public procedure TFont2DRaster.TextOut(

  const X: Integer;

  const Y: Integer;

  const aText: string

); overload;

procedure TFont2DRaster.TextOut(

  const X: Integer;

  const Y: Integer;

  const aText: string;

  const aRGBA: btGLColor

); overload;

procedure TFont2DRaster.TextOut(

  const X: Integer;

  const Y: Integer;

  const aText: string;

  const aColor: btLCLColor

); overload;



CT Web help

CodeTyphon Studio