Skip to content

Commit

Permalink
text/v2: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Oct 26, 2024
1 parent 0942fbb commit f78025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/v2/gox.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type goXFaceGlyphImageCacheKey struct {
// GoXFace is useful to transit from existing codebase with text v1, or to use some bitmap fonts defined as font.Face.
// GoXFace must not be copied by value.
//
// Unlike GoFontFace, one GoXFace instance has its own glyph image cache.
// Unlike GoTextFace, one GoXFace instance has its own glyph image cache.
// You should reuse the same GoXFace instance as much as possible.
type GoXFace struct {
f *faceWithCache
Expand Down

0 comments on commit f78025a

Please sign in to comment.