functions
FontWeight| modified | Sunday 25 January 2026 |
|---|
Category: Theme
File: theme.go
Package: ui
1func FontWeight(f font.Weight) Wrapper
Documentation pending. Contributions welcome!
1{
2 bold := FontWeight(font.Bold)(Label("Bold text"))
3 _ = bold
4}

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