Add comment

This commit is contained in:
Taco de Wolff 2017-05-17 00:12:15 +02:00
parent 8fc268f712
commit 711d61e914

View file

@ -67,6 +67,9 @@ type Options struct {
// A zero value means to use 1 sub-pixel location.
SubPixelsY int
// Stroke is the number of pixels that the font glyphs are being stroked.
//
// A zero values means no stroke.
Stroke int
}