mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-14 15:07:26 +01:00
text/v2: typo
This commit is contained in:
parent
0942fbb4d7
commit
f78025a3e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user