Prototype/Font: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent}} | {{Prototype parent}} | ||
Fonts are used in all gui in the game. | |||
{{Prototype TOC|font}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
{{Prototype property|type|[[Types/string|string]]}} | |||
Must be "font". | Must be "font". | ||
{{Prototype property|name|[[Types/string|string]]}} | |||
Name of the font. | Name of the font. | ||
{{Prototype property|size|[[Types/int32|int32]]}} | |||
Size of the font. | Size of the font. | ||
{{Prototype property|from|[[Types/string|string]]}} | |||
== Optional properties == | == Optional properties == | ||
{{Prototype property|spacing|[[Types/float|float]]|0|optional=true}} | |||
{{Prototype property|border|[[Types/bool|bool]]|false|optional=true}} | |||
Whether the font has a border. | Whether the font has a border. | ||
{{Prototype property|filtered|[[Types/bool|bool]]|false|optional=true}} | |||
{{Prototype property|border_color|[[Types/Color|Color]]|optional=true}} | |||
The color of the border, if enabled. | The color of the border, if enabled. | ||
Revision as of 22:07, 27 July 2019
Template:Prototype parent Fonts are used in all gui in the game.
Mandatory properties
Template:Prototype property Must be "font".
Template:Prototype property Name of the font.
Template:Prototype property Size of the font.
Optional properties
Template:Prototype property Whether the font has a border.
Template:Prototype property The color of the border, if enabled.
Example
{
type = "font",
name = "default-button",
from = "default-bold",
size = 18
},