Fontsize of the debugwindow / editorgadget

Just starting out? Need help? Post your questions and find answers here.
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

Fontsize of the debugwindow / editorgadget

Post by Stefan »

How can I change the Fontsize of the debugwindow / debugwindoweditorgadget?
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Fontsize of the debugwindow / editorgadget

Post by Peter »

Stefan wrote: Thu Mar 30, 2023 10:00 am How can I change the Fontsize of the debugwindow / debugwindoweditorgadget?

Code: Select all

LoadFont(0, "Arial", 36)
Define DebugEditorGadget
! v_debugeditorgadget = spider.debug.editorGadget;
SetGadgetFont(DebugEditorGadget, FontID(0))
Debug "Hello World!"
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

Re: Fontsize of the debugwindow / editorgadget

Post by Stefan »

Great! :)
Post Reply