How to change current edit font size without modifying globa
Posted: Wed Dec 01, 2021 1:07 am
I'm writing a script to open specific txt file in a specific view,
test found that
and
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
test found that
Code: Select all
AkelPad.Font()
Code: Select all
AkelPad.Command(4204 /*IDM_VIEW_FONTSIZE_INCREASE*/)
so is there a way just change script now processing file's view?
thanks a lot