libstarlight/themes/default/metrics.json
zetaPRIME e22c8995a6 TextBox widget, justification and inheritance in TextConfig,
fix closing osk from InputHandler, make font text input const,
font-related miscellany
2017-03-16 13:25:16 -04:00

54 lines
1.2 KiB
JSON

{
"textPresets" : {
"normal.12.dark" : {
"font" : "default.12",
"textColor" : "black"
},
"normal.12.light" : {
"font" : "default.12",
"textColor" : "white"
},
"normal.16.dark" : {
"font" : "default.16",
"textColor" : "black"
},
"normal.16.light" : {
"font" : "default.16",
"textColor" : "white"
},
"normal.12" : { "_redir" : "/textPresets/normal.12.light" },
"normal.16" : { "_redir" : "/textPresets/normal.16.light" },
"":""
},
"controls" : {
"button" : {
"text" : {
"_inherit" : "/textPresets/normal.12",
"justification" : [0.5, 0.5]
}
},
"textBox" : {
"margin" : [2, 2],
"text" : { "_redir" : "/textPresets/normal.12" }
}
},
"dialogs" : {
"messageBox" : {
"size" : [240, 160]
},
"OSK" : {
"preview" : {
"font" : "default.16",
"textColor" : "white",
"borderColor" : "black"
}
}
},
"":""
}