Documentation
¶
Index ¶
- type Scribe
- func (s *Scribe) FormattedLine(content, format string)
- func (s *Scribe) Line(content string)
- func (s *Scribe) Link(content, link string)
- func (s *Scribe) Paragraph(content string)
- func (s *Scribe) Save(name string)
- func (s *Scribe) Spacer(multiplier float64)
- func (s *Scribe) Title(content string, multiplier float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scribe ¶
type Scribe struct {
// contains filtered or unexported fields
}
Scribe provides convenient functions to write content to a pdf document. All methods on this type should reset to the default formatting before returning.
func NewCoopScribe ¶
func NewCoopScribe() *Scribe
NewCoopScribe creates a new scribe with the coop header and footer images.
func (*Scribe) FormattedLine ¶
FormattedLine adds a line to the document with specific formatting.
Click to show internal directories.
Click to hide internal directories.