text/v2: typo

This commit is contained in:
Hajime Hoshi 2024-10-27 05:00:01 +09:00
parent 0942fbb4d7
commit f78025a3e3

View File

@ -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 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. // 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. // You should reuse the same GoXFace instance as much as possible.
type GoXFace struct { type GoXFace struct {
f *faceWithCache f *faceWithCache