Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TeX ¶
type TeX struct {
// contains filtered or unexported fields
}
TeX is a TeX/PGF renderer. Be aware that TeX/PGF does not support transparency of colors.
func (*TeX) RenderImage ¶
RenderImage renders an image to the canvas using a transformation matrix.
func (*TeX) RenderPath ¶
func (r *TeX) RenderPath(path *canvas.Path, style canvas.Style, m canvas.Matrix)
RenderPath renders a path to the canvas using a style and a transformation matrix.
func (*TeX) RenderText ¶
func (r *TeX) RenderText(text *canvas.Text, m canvas.Matrix)
RenderText renders a text object to the canvas using a transformation matrix.
Click to show internal directories.
Click to hide internal directories.