I repeat, with a bit of clarification:

***
When JHS starts it loads (if it exists) script:
   jpath '~config/startup_jhs.ijs'

It is probably best to put the PC_FONTSIZE_jhs_=:'22px' there.
***

Enter
   jpath'~config/startup_jhs.ijs'
in ijx to see how the path resolves on your system.

The file likely doesn't exist (unless you created it previously). If it
doesn't exist you could do:
   'PC_FONTSIZE_jhs_=:''22px''' fwrite jpath'~config/startup_jhs,ijs'
Note doubled quotes around 22px!

Then shutdown JHS and restart.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to