Results 1 to 3 of 3

Thread: TDirectDrawSurface TextOut

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    You have to release the canvas after drawing the text.
    Code:
    DXDraw1.Surface.Draw(0, 0, 'Hello world');
    DXDraw1.surface.Canvas.release;

  2. #2

    Wink

    I want to create a layer that facilitates the programming even more. I need to create an object TBlock. That can create text inside it and change the background color.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •