functions

Font
Edited: Sunday 25 January 2026

Font

Category: Theme
File: theme.go
Package: ui

Signature

1func Font(f *text.Shaper) Wrapper

Description

Documentation pending. Contributions welcome!

Examples

Font

1{
2	customFont := Font(fontShaper)(Label("Custom font"))
3	_ = customFont
4}

Example Output


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

Backlinks