comment FontStyle enum type

This commit is contained in:
Laurent Le Goff 2015-11-05 14:43:36 +01:00
parent 56180d8101
commit 9ffe0e7eb5
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ var (
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
const (