Skip to content

Commit

Permalink
Fix linter sug.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchroeder committed May 27, 2023
1 parent 445eda2 commit 2a7abc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttfsample.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func Printjabber(ffile string, textToJabber []string) {
}

y = 10 + int(math.Ceil(fontsize**dpi/72))
drawerBoring.Dot = fixed.Point26{
drawerBoring.Dot = fixed.Point26_6{
X: 100,
Y: fixed.I(y),
}
Expand Down

0 comments on commit 2a7abc6

Please sign in to comment.