FW_TextToBitmap

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

FW_TextToBitmap

Post by Silvio.Falconi »

I create a bitmap from a text

Image

how do you create a bitmap with round corners?
there is a function similar to FillRectEx that builds a rect with round angles ?

I tried with this ( inserting it at 2046 line)
RectRound( hDC2, 0, 0, nWidth,nHeight, 20, 20 )

but not run
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply