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 128e566 commit 445eda2
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.Point266{
drawerBoring.Dot = fixed.Point26{

Check failure on line 255 in ttfsample.go

View workflow job for this annotation

GitHub Actions / build

undefined: fixed.Point26

Check failure on line 255 in ttfsample.go

View workflow job for this annotation

GitHub Actions / Test

undefined: fixed.Point26
X: 100,
Y: fixed.I(y),
}
Expand Down

0 comments on commit 445eda2

Please sign in to comment.