Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedFace ¶
CachedFace represents a cached face
type Render ¶
type Render struct { Face CachedFace Width fixed.Int26_6 Height fixed.Int26_6 LastX fixed.Int26_6 Last []RenderGlyph // last line NotLast []RenderLine // all lines except last Prev rune }
Render represents a text rendering engine.
type RenderGlyph ¶
RenderGlyph represents a rendered text.
type RenderLine ¶
type RenderLine struct { Items []RenderGlyph LastX fixed.Int26_6 }
RenderLine represents a rendered line.
Click to show internal directories.
Click to hide internal directories.