Documentation ¶
Overview ¶
Package gxfont provides default fonts.
Note that the Roboto and Droid Sans Mono fonts are owned by Google Inc. (one of the Go Authors) and released under the Apache 2 license. Any notices distributed with applications build with GXUI and using this package should include both the GXUI license and the fonts license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Default is the standard GXUI sans-serif font. Default []byte = inflate(roboto_regular) // Monospace is the standard GXUI fixed-width font. Monospace []byte = inflate(droid_sans_mono) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.