package
2.4.5+incompatible
Repository: https://github.com/gavinmeteion/fyne.git
Documentation: pkg.go.dev
# Functions
NewCanvas creates a new canvas in memory that can render without hardware support.
NewTransparentCanvas creates a new canvas in memory that can render without hardware support without a background color.
Render takes a canvas object and renders it to a regular Go image using the provided Theme.
RenderCanvas takes a canvas and renders it to a regular Go image using the provided Theme.