remove unused global variables
This commit is contained in:
parent
598513aa60
commit
6c047429f6
1 changed files with 0 additions and 6 deletions
6
font.go
6
font.go
|
@ -11,12 +11,6 @@ import (
|
||||||
"github.com/golang/freetype/truetype"
|
"github.com/golang/freetype/truetype"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
|
||||||
fontFolder = "../resource/font/"
|
|
||||||
fonts = make(map[string]*truetype.Font)
|
|
||||||
fontNamer FontFileNamer = FontFileName
|
|
||||||
)
|
|
||||||
|
|
||||||
// FontStyle defines bold and italic styles for the font
|
// FontStyle defines bold and italic styles for the font
|
||||||
// It is possible to combine values for mixed styles, eg.
|
// It is possible to combine values for mixed styles, eg.
|
||||||
// FontData.Style = FontStyleBold | FontStyleItalic
|
// FontData.Style = FontStyleBold | FontStyleItalic
|
||||||
|
|
Loading…
Reference in a new issue