functions
FontEnlarge| modified | Sunday 25 January 2026 |
|---|
Category: Theme
File: theme.go
Package: ui
1func FontEnlarge(s float32) Wrapper
Documentation pending. Contributions welcome!
1{
2 enlarged := FontEnlarge(1.5)(Label("1.5x larger"))
3 _ = enlarged
4}

This documentation is auto-generated. To update, run make docs