mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added font filepath to settings
This commit is contained in:
parent
b00e9f7ad8
commit
1cf5e522ba
2 changed files with 13 additions and 1 deletions
|
|
@ -87,7 +87,12 @@
|
|||
],
|
||||
"x_offset": 5,
|
||||
"y_offset": 5,
|
||||
"bg_padding": 5
|
||||
"bg_padding": 5,
|
||||
"font_filepath": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": ""
|
||||
}
|
||||
},
|
||||
"profiles": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -334,6 +334,13 @@
|
|||
"type": "number",
|
||||
"key": "bg_padding",
|
||||
"label": "Padding aroung text"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"key": "font_filepath",
|
||||
"label": "Font file path",
|
||||
"multipath": false,
|
||||
"multiplatform": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue