FONT: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=FONT <nowiki><font name></nowiki>, <font size>, <>, <>, <>, <>, <> |description=*DESCRPTION* |param1=<nowiki><font name></nowiki>|param1_desc={{font name}} |param2=<font ... |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Command|syntax=FONT <nowiki><font name></nowiki>, <font size> | [[:Category:Dialog|{{Up}}]] | ||
|description= | |||
{{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. | |||
|param1=<nowiki><font name></nowiki>|param1_desc={{font name}} | |param1=<nowiki><font name></nowiki>|param1_desc={{font name}} | ||
|param2=<font size>|param2_desc={{font size | |param2=<nowiki><font size></nowiki>|param2_desc={{font size}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :FONT "times new roman", 12 | ||
:For an example macro see [[Create_Contour]] | |||
[[Category:Dialog]] | [[Category:Dialog]] |
Latest revision as of 22:39, 30 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 macro see Create_Contour