Font (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
New page: {{Enum|The Font Enum displayed in a Gui TextBox, TextLabel and TextButton. It holds 3 values.| {{Enum/row|0|Legacy|The text is set to this font.}} {{Enum/row|1|Arial|The t...
>Trappingnoobs
No edit summary
Line 1: Line 1:
{{Enum|The Font [[Enum]] displayed in a Gui [[TextBox]], [[TextLabel]] and [[TextButton]].  It holds 3 values.|
{{Enum|The Font [[Enum]] displayed in a Gui [[TextBox]], [[TextLabel]] and [[TextButton]].  It has 3 numbers:|
{{Enum/row|0|Legacy|The text is set to this font.}}
{{Enum/row|0|Legacy|The text is set to this font.}}
{{Enum/row|1|Arial|The text is set to this font.}}
{{Enum/row|1|Arial|The text is set to this font.}}
{{Enum/row|2|ArialBold|The text is set to this font.}}
{{Enum/row|2|ArialBold|The text is set to this font.}}
}}
}}

Revision as of 20:29, 20 July 2011

The Font Enum displayed in a Gui TextBox, TextLabel and TextButton. It has 3 numbers:
Enum Name Description
0 Legacy The text is set to this font.
1 Arial The text is set to this font.
2 ArialBold The text is set to this font.