mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
parent
52be3859c0
commit
f0a335d3cc
@ -67,6 +67,8 @@ type LayoutOptions struct {
|
||||
// face is the font for text rendering.
|
||||
//
|
||||
// The '\n' newline character puts the following text on the next line.
|
||||
// The next line starts at the position shifted by LayoutOptions.LineSpacing.
|
||||
// By default, LayoutOptions.LineSpacing is 0, so you need to specify LineSpacing explicitly if you want to put multiple lines.
|
||||
//
|
||||
// Glyphs used for rendering are cached in least-recently-used way.
|
||||
// Then old glyphs might be evicted from the cache.
|
||||
|
Loading…
Reference in New Issue
Block a user