Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Glyph ¶
type Glyph struct {
Representation string
Strokes []Stroke
Width int
Height int
GridSizeX int
GridSizeY int
}
Glyph represents a single glyph
type Point ¶
type Point struct {
// contains filtered or unexported fields
}
Point is a coordinate on a 2D plane
type Script ¶
type Script struct {
Glyphs []Glyph
}
Script is a writing system script
func (Script) RenderGlyphImages ¶
func (script Script) RenderGlyphImages()
RenderGlyphImages runs the render process for each glyph in a script
func (Script) RenderHTML ¶
func (script Script) RenderHTML()
RenderHTML renders an HTML version of a script
Click to show internal directories.
Click to hide internal directories.