Man muss den Font offenbar gar nicht explizit auswählen. Hier der Vollständigkeit halber noch die
DFM-Datei des Forms. Ich habe lediglich die
Form.Color auf weiß gesetzt. Vermutlich kann man aber wohl auch einfach den
D2DCanvas.Brush.Style auf
bsClear setzen.
Delphi-Quellcode:
object Form299: TForm299
Left = 0
Top = 0
Caption = 'Form299'
ClientHeight = 299
ClientWidth = 635
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
end