From 9ffe0e7eb54c1b3d28eb45a24b578dc2d1bdb6b3 Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Thu, 5 Nov 2015 14:43:36 +0100 Subject: [PATCH] comment FontStyle enum type --- font.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/font.go b/font.go index 1a1acf4..b9b0092 100644 --- a/font.go +++ b/font.go @@ -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 (