Autopositioning, custom fonts

This commit is contained in:
2025-11-08 12:27:38 +00:00
parent 9aae7b6173
commit 065f07bc58
4 changed files with 372 additions and 83 deletions

View File

@@ -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.