gioui.orggioui.org/font/gofont

Imports of package gofont

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
gioui.org/fontPackage font provides type describing font faces attributes.
gioui.org/font/opentypePackage opentype implements text layout and shaping for OpenType files.
golang.org/x/image/font/gofont/goboldPackage gobold provides the "Go Bold" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gobolditalicPackage gobolditalic provides the "Go Bold Italic" TrueType font from the Go font family.
golang.org/x/image/font/gofont/goitalicPackage goitalic provides the "Go Italic" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gomediumPackage gomedium provides the "Go Medium" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gomediumitalicPackage gomediumitalic provides the "Go Medium Italic" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gomonoPackage gomono provides the "Go Mono" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gomonoboldPackage gomonobold provides the "Go Mono Bold" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gomonobolditalicPackage gomonobolditalic provides the "Go Mono Bold Italic" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gomonoitalicPackage gomonoitalic provides the "Go Mono Italic" TrueType font from the Go font family.
golang.org/x/image/font/gofont/goregularPackage goregular provides the "Go Regular" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gosmallcapsPackage gosmallcaps provides the "Go Smallcaps" TrueType font from the Go font family.
golang.org/x/image/font/gofont/gosmallcapsitalicPackage gosmallcapsitalic provides the "Go Smallcaps Italic" TrueType font from the Go font family.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.