FONT: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
:FONT "times new roman", 12 | :FONT "times new roman", 12 | ||
:For an example in a real macro see [[Create_Contour]] | |||
[[Category:Dialog]] | [[Category:Dialog]] |
Revision as of 20:51, 29 July 2010
Command
- FONT <font name>, <font size>
- Define the type and size of the font to be used in the dialog.
Parameters
- <font name>
- Define the name of the font.
- <font size>
- Define the size of the font.
Example
- FONT "times new roman", 12
- For an example in a real macro see Create_Contour