comment FontStyle enum type
This commit is contained in:
parent
56180d8101
commit
9ffe0e7eb5
1 changed files with 3 additions and 0 deletions
3
font.go
3
font.go
|
@ -18,6 +18,9 @@ var (
|
||||||
fontNamer FontFileNamer = FontFileName
|
fontNamer FontFileNamer = FontFileName
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// FontStyle defines bold and italic styles for the font
|
||||||
|
// It is possible to combine values for mixed styles, eg.
|
||||||
|
// FontData.Style = FontStyleBold | FontStyleItalic
|
||||||
type FontStyle byte
|
type FontStyle byte
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue