mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
parent
30f05f4ad7
commit
daa14ac686
@ -99,7 +99,7 @@ func (g *Game) Draw(screen *ebiten.Image) {
|
||||
[L] 'liga' (Standard Ligatures) (%d)
|
||||
[T] 'tnum' (Tabular Figures) (%d)
|
||||
[S] 'smcp' (Small Capitals) (%d)
|
||||
[Z] 'zero' (Slashed Zero) `, g.liga, g.tnum, g.smcp)
|
||||
[Z] 'zero' (Slashed Zero) (%d)`, g.liga, g.tnum, g.smcp, g.zero)
|
||||
op := &text.DrawOptions{}
|
||||
op.GeoM.Translate(20, 20)
|
||||
op.LineSpacingInPixels = 30
|
||||
|
Loading…
Reference in New Issue
Block a user