khongten001
khongten001
Thank you very much! It works like charm :+1: I keep this issue opens in case others need!
I voted!
I tried to implement some thing like this: ```pascal TDirectWriteTextRender = class public constructor Create(ABitmap32: TBitmap32); procedure Render(AText: string; AX, AY: Integer; AColor: TColor32); end; ``` But I couldn't get...
The QT back-end for Chromium was merged at https://bugs.chromium.org/p/chromium/issues/detail?id=1317782 Hope CEF will support QT soon :)
Hi @Matek0611, Thank you for your reply! CSS + HTML have some complex drawing, eg: shadow, overflow: hidden, gradient, border-radus. Image32 supports all of them. That's why I mentioned it...