ux stuff
This commit is contained in:
13
common/ux/v1/ux.go
Normal file
13
common/ux/v1/ux.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package ux
|
||||
|
||||
import (
|
||||
"image/color"
|
||||
|
||||
"golang.org/x/image/font"
|
||||
"golang.org/x/image/font/basicfont"
|
||||
)
|
||||
|
||||
var (
|
||||
FontFace font.Face = basicfont.Face7x13
|
||||
BackgroundColor color.Color = color.White
|
||||
)
|
||||
Reference in New Issue
Block a user