mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
40822ef26b
Package font holds a singleton text.Shaper for general use. Subpackages call Register to add fonts to the registry. The intention is that programs can add a typeface by importing a package: import _ "gioui.org/font/gofont" Signed-off-by: Elias Naur <mail@eliasnaur.com>