Documentation
¶
Overview ¶
The vgeps implemens the vg.Canvas interface using encapsulated postscript.
Index ¶
- type Canvas
- func (e *Canvas) DPI() float64
- func (e *Canvas) Fill(path vg.Path)
- func (e *Canvas) FillString(fnt vg.Font, x, y vg.Length, str string)
- func (e *Canvas) Pop()
- func (e *Canvas) Push()
- func (e *Canvas) Rotate(r float64)
- func (e *Canvas) Scale(x, y float64)
- func (e *Canvas) SetColor(c color.Color)
- func (e *Canvas) SetLineDash(dashes []vg.Length, o vg.Length)
- func (e *Canvas) SetLineWidth(w vg.Length)
- func (c *Canvas) Size() (w, h vg.Length)
- func (e *Canvas) Stroke(path vg.Path)
- func (e *Canvas) Translate(x, y vg.Length)
- func (e *Canvas) WriteTo(w io.Writer) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.