egui: add integration
This commit is contained in:
parent
85b9b7222d
commit
008e8a671a
49 changed files with 4110 additions and 149 deletions
|
|
@ -2248,6 +2248,12 @@ The table has the following fields:
|
|||
|
||||
The value of this field should be a [FallbackOutputMode](#types-FallbackOutputMode).
|
||||
|
||||
- `egui` (optional):
|
||||
|
||||
Sets the egui settings of the compositor.
|
||||
|
||||
The value of this field should be a [Egui](#types-Egui).
|
||||
|
||||
|
||||
<a name="types-Connector"></a>
|
||||
### `Connector`
|
||||
|
|
@ -2588,6 +2594,32 @@ The table has the following fields:
|
|||
The numbers should be integers.
|
||||
|
||||
|
||||
<a name="types-Egui"></a>
|
||||
### `Egui`
|
||||
|
||||
The egui settings.
|
||||
|
||||
Values of this type should be tables.
|
||||
|
||||
The table has the following fields:
|
||||
|
||||
- `proportional-fonts` (optional):
|
||||
|
||||
The list of proportional fonts.
|
||||
|
||||
The default is `["sans-serif", "Noto Sans", "Noto Color Emoji"]`.
|
||||
|
||||
The value of this field should be an array of strings.
|
||||
|
||||
- `monospace-fonts` (optional):
|
||||
|
||||
The list of monospace fonts.
|
||||
|
||||
The default is `["monospace", "Noto Sans Mono", "Noto Color Emoji"]`.
|
||||
|
||||
The value of this field should be an array of strings.
|
||||
|
||||
|
||||
<a name="types-Eotf"></a>
|
||||
### `Eotf`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue