From f78025a3e300c5d76b19eea3c7ce9266eeac7878 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 27 Oct 2024 05:00:01 +0900 Subject: [PATCH] text/v2: typo --- text/v2/gox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/v2/gox.go b/text/v2/gox.go index 22415170f..e12a8ff5b 100644 --- a/text/v2/gox.go +++ b/text/v2/gox.go @@ -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