Autopositioning, custom fonts
This commit is contained in:
@@ -27,9 +27,9 @@ sudo cmake --install build
|
||||
|
||||
int main() {
|
||||
Quip::Window window("Quip Window", 800, 600);
|
||||
window.addChild("textLabel", Quip::Widget::TextLabel("Hello from Quip!", 10, 10));
|
||||
window.addChild("textLabel", Quip::Widget::TextLabel("Hello from Quip!"));
|
||||
return window.run();
|
||||
}
|
||||
```
|
||||
|
||||
Documentation is provided in the repository wiki.
|
||||
Documentation is provided in the repository wiki.
|
||||
|
||||
Reference in New Issue
Block a user