uses ..., Graphics;var TextStyle: TTextStyle; R: TRect; Text: String;... TextStyle := Canvas.TextStyle; TextStyle.Wordbreak := False; Canvas.TextRect(R, R.Left, R.Top, Text, TextStyle); //Of course, you should replace R and Text parameters with your values......
procedure TBGRABitmap.TextRect(ARect: TRect; x, y: integer; s: string; style: TTextStyle; c: TBGRAPixel);procedure TBGRABitmap.TextRect(ARect: TRect; x, y: integer; s: string; style: TTextStyle; texture: IBGRAScanner);