Mention the bool type in the docs

This commit is contained in:
Olivier Goffart 2021-09-24 09:26:00 +02:00
parent 0eb223b2ca
commit 28932a32a5
3 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ The follow table summarizes the entire mapping:
| --- | --- | --- |
| `int` | `int` | |
| `float` | `float` | |
| `bool` | `bool` | |
| `string` | [`sixtyfps::SharedString`](../api/structsixtyfps_1_1_shared_string.html) | A reference-counted string type that uses UTF-8 encoding and can be easily converted to a std::string_view or a const char *. |
| `color` | [`sixtyfps::Color`](../api/classsixtyfps_1_1_color.html) | |
| `brush` | [`sixtyfps::Brush`](../api/classsixtyfps_1_1_brush.html) | |