FontSize (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs Added to enum category. |
>JulienDethurens No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Enum|The FontSize [[Enum]] controls the font size of text. It holds 10 values.| | {{Enum|The FontSize [[Enum]] controls the font size of text in [[TextBox]], [[TextLabel]], and [[TextButton]] objects. It holds 10 values.| | ||
{{Enum/row|0|Size8|The text is set to size 8.}} | {{Enum/row|0|Size8|The text is set to size 8.}} | ||
{{Enum/row|1|Size9|The text is set to size 9.}} | {{Enum/row|1|Size9|The text is set to size 9.}} | ||
Line 11: | Line 11: | ||
{{Enum/row|9|Size48|The text is set to size 48.}} | {{Enum/row|9|Size48|The text is set to size 48.}} | ||
}} | }} | ||
[[Category: Enums]] |
Latest revision as of 06:26, 26 March 2012
The FontSize Enum controls the font size of text in TextBox, TextLabel, and TextButton objects. It holds 10 values. | ||
Enum | Name | Description |
0 | Size8 | The text is set to size 8. |
1 | Size9 | The text is set to size 9. |
2 | Size10 | The text is set to size 10. |
3 | Size11 | The text is set to size 11. |
4 | Size12 | The text is set to size 12. |
5 | Size14 | The text is set to size 14. |
6 | Size18 | The text is set to size 18. |
7 | Size24 | The text is set to size 24. |
8 | Size36 | The text is set to size 36. |
9 | Size48 | The text is set to size 48. |