Page 1 of 1

How to change current edit font size without modifying globa

Posted: Wed Dec 01, 2021 1:07 am
by TiderV
I'm writing a script to open specific txt file in a specific view,
test found that

Code: Select all

AkelPad.Font() 
and

Code: Select all

AkelPad.Command(4204 /*IDM_VIEW_FONTSIZE_INCREASE*/)
all alter global setting, Font size change are applied to next opened file.
so is there a way just change script now processing file's view?
thanks a lot