font/opentype: fix typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-12-16 20:06:33 +01:00
parent 2b4e9ad426
commit c9f1f59c40
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"golang.org/x/image/math/fixed"
)
// Font implementats text.Face.
// Font implements text.Face.
type Font struct {
font *sfnt.Font
buf sfnt.Buffer