Page 1 of 1

FW_TextToBitmap

PostPosted: Fri Feb 28, 2020 10:36 am
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