Text properties

4 views (last 30 days)
john
john on 5 May 2012
Hi, how can I change text properties? I mean fonr angle.
For "File" I need Normal angle, for "FileName" I need Italic and for "is loaded" I need normal.
It is possible?
set(handles.text, 'String',['File',FileName,' is loaded']);
Thank you

Answers (1)

Wayne King
Wayne King on 5 May 2012
figure
text(0.4,0.5,'\rm{File} \it{filename} \rm{is loaded}')
  1 Comment
john
john on 5 May 2012
Hi,
Your code makes figure with x,y axes and with text....
is possible to change your code for handles.text? I need print only text without axes.

Sign in to comment.

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!