FONT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[:Category:Dialog|{{Up}}]]
{{Command|syntax=FONT <nowiki><font name></nowiki>, <nowiki><font size></nowiki>
{{Command|syntax=FONT <nowiki><font name></nowiki>, <nowiki><font size></nowiki>
|description=:Define the type and size of the font to be used in the dialog.
|description=:Define the type and size of the font to be used in the dialog.
Line 8: Line 10:
===Example===
===Example===
:FONT "times new roman", 12
:FONT "times new roman", 12
:For an example in a real macro see [[Create_Contour]]
:For an example macro see [[Create_Contour]]
[[Category:Dialog]]
[[Category:Dialog]]

Latest revision as of 22:39, 30 July 2010

Up

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 macro see Create_Contour