mirror of
https://github.com/asherao/dcs-scratchpad.git
synced 2025-10-29 16:56:22 +00:00
Text pane: select monospace font
Use Consolas (CONSOLA.TTF) as the font for the scratchpad text box. This allows for more easily formatting tabular data like a flight plan or other sequential information.
This commit is contained in:
parent
c20af3074c
commit
f3717ff994
@ -167,6 +167,10 @@ dialog = {
|
||||
[1] = {
|
||||
["bkg"] = {
|
||||
["center_center"] = "0x00000080"
|
||||
},
|
||||
["text"] = {
|
||||
["font"] = "CONSOLA.TTF",
|
||||
["lineHeight"] = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user