functions

FontEnlarge
Edited: Sunday 25 January 2026

FontEnlarge

Category: Theme
File: theme.go
Package: ui

Signature

1func FontEnlarge(s float32) Wrapper

Description

Documentation pending. Contributions welcome!

Examples

FontEnlarge

1{
2	enlarged := FontEnlarge(1.5)(Label("1.5x larger"))
3	_ = enlarged
4}

Example Output


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