Documentation
¶
Index ¶
- Variables
- type Label
- func (l *Label) At(x, y int) color.Color
- func (l *Label) Bounds() image.Rectangle
- func (l *Label) ColorModel() color.Model
- func (l *Label) SetColor(c color.Color)
- func (l *Label) SetDPI(dpi float64)
- func (l *Label) SetFont(f *truetype.Font)
- func (l *Label) SetFontSize(fontSize float64)
- func (l *Label) SetHinting(hinting font.Hinting)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultFont *truetype.Font
)
Functions ¶
This section is empty.
Types ¶
type Label ¶
type Label struct {
// contains filtered or unexported fields
}
func (*Label) ColorModel ¶
func (*Label) SetFontSize ¶
func (*Label) SetHinting ¶
Click to show internal directories.
Click to hide internal directories.