User`s guide

Add Components to a Programmatic GUI
font =
FontNam
e: 'Century Schoolbook'
FontWei
ght: 'normal'
FontAn
gle: 'normal'
FontSi
ze: 9
FontUn
its: 'points'
.
Note Not a ll fonts listed may be available to users of your GUI on their
systems.
You can then insert as much of the struct’s data as you need into a statement
in your code file. For example:
set
(eth,'FontName','Century Schoolbook','FontSize',9)
11-19