unreadable fonts in spm

조회 수: 5 (최근 30일)
Raczy
Raczy 2019년 6월 14일
답변: VM 2019년 12월 23일
Hi, I set a path for my spm toolbox and the font in the URL is unreadable. Anybody has already had this problem?

답변 (2개)

Elisabeth Liljestrand
Elisabeth Liljestrand 2019년 10월 7일
Hi !
Did you ever solve the problem?
I have a similar problem but not only in the toolbox you mention but in the matlab menu.
Thanks

VM
VM 2019년 12월 23일
Hi,
Follow these intructions:
Except if 'Arial Narrow' is not working, use 'FixedWidthFontName' instead.
cd(spm('Dir'))
load spm_Menu.fig -mat
hgS_070000.properties.DefaulttextFontName='FixedWidthFontName'; hgS_070000.properties.DefaultuicontrolFontName='FixedWidthFontName';
save spm_Menu.fig hgS_070000 -v6
% Edit spm/spm_Welcome.m and modify line: PF.helvetica = 'FixedWidthFontName';
set(0,'defaultTextFontName','FixedWidthFontName')
set(0,'defaultUicontrolFontName','FixedWidthFontName')
% Edit spm/matlabbatch/private/cfg_mlbatch_defaults.m and modify lines:
cfg_defaults.cfg_ui.lfont = {'FontAngle','normal',...
'FontName',get(0,'FixedWidthFontName'),...
cfg_defaults.cfg_ui.bfont = {'FontAngle',get(0, 'factoryUicontrolFontAngle'),...
'FontName',get(0,'FixedWidthFontName'),...

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by