Documentation ¶
Index ¶
- type Doc
- func (d *Doc) AddFormattedMultilineText(x, y float64, content string, size int, style string)
- func (d *Doc) AddFormattedText(x, y float64, content string, size int, style string)
- func (d *Doc) AddMultilineText(x, y float64, content string)
- func (d *Doc) AddText(x, y float64, content string)
- func (d *Doc) DefaultFontSize()
- func (d *Doc) DefaultFontStyle()
- func (d Doc) LineHeight() float64
- func (d *Doc) SetFontSize(size int)
- func (d *Doc) SetFontStyle(style string)
- func (d *Doc) SetPosition(x, y float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
func (*Doc) AddFormattedMultilineText ¶
func (*Doc) AddFormattedText ¶
func (*Doc) AddMultilineText ¶
func (*Doc) DefaultFontSize ¶
func (d *Doc) DefaultFontSize()
func (*Doc) DefaultFontStyle ¶
func (d *Doc) DefaultFontStyle()
func (Doc) LineHeight ¶
func (*Doc) SetFontSize ¶
func (*Doc) SetFontStyle ¶
func (*Doc) SetPosition ¶
Click to show internal directories.
Click to hide internal directories.