Add comment
This commit is contained in:
parent
8fc268f712
commit
711d61e914
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue