functions

FontSize
Edited: Sunday 25 January 2026

FontSize

Category: Theme
File: theme.go
Package: ui

Signature

1func FontSize(s SP) Wrapper

Description

Documentation pending. Contributions welcome!

Examples

FontSize

1{
2	largeText := FontSize(24)(Label("Large text"))
3	_ = largeText
4}

Example Output


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