mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-14 04:52:04 +01:00
text/v2: fix typo (#3004)
This commit is contained in:
parent
d0aaa23005
commit
7ddc349ae6
@ -51,7 +51,7 @@ type GoTextFace struct {
|
|||||||
// Size is the font size in pixels.
|
// Size is the font size in pixels.
|
||||||
Size float64
|
Size float64
|
||||||
|
|
||||||
// Language is a hiint for a language (BCP 47).
|
// Language is a hint for a language (BCP 47).
|
||||||
Language language.Tag
|
Language language.Tag
|
||||||
|
|
||||||
// Script is a hint for a script code hint of (ISO 15924).
|
// Script is a hint for a script code hint of (ISO 15924).
|
||||||
|
Loading…
Reference in New Issue
Block a user