How to change current edit font size without modifying globa

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 9
Joined: Sat Oct 14, 2017 5:58 am

How to change current edit font size without modifying globa

Post 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
Post Reply