01. Modify the font size of simvision

Modify simvision font size

①`cd ~/.simvision
② ls

Check if there is an Xdefaults file
1. If there is, open the file with gedit/vim Xdefaults, search for SrcBrowser to modify the number, the default is 12, here it is changed to 25, and WaveWindow, DesignBrowser, etc. can be changed. I have modified them all, and I have to reopen them after modification.
2. If not go to ③

③ Enter the file where the file is installed

  1. Global search: find / -name Xdefault the following path appears`
    ... (the previous file is different according to the installation path)/share/cdssetup/simvision/app-defaults/SimVision
  1. Rename the file found above to Xdefaults and put it in the .simvision/ directory
    `cp ... (The previous files are different according to the installation path)/share/cdssetup/simvision/app-defaults/SimVision ~/.simvision/Xdefaults
  1. Go back to ② to modify the font size

insert image description here

insert image description here

Reference:
1. Can the font of the source browser in simvision be adjusted?
2. Modify the font size of simvision

Guess you like

Origin blog.csdn.net/weixin_40178954/article/details/132321571