Documentation ¶
Index ¶
- Variables
- type ColorType
- type Config
- type Palette
- func (p *Palette) BoxHeight(level int, linecount int) int
- func (p *Palette) BoxWidth(level int) int
- func (p *Palette) Color(c ColorType) color.Color
- func (p *Palette) Columns() int
- func (p *Palette) CursorPoint() image.Point
- func (p *Palette) CursorSize() image.Point
- func (p *Palette) DefaultAppRect() image.Rectangle
- func (p *Palette) DefaultFont() *impress.Font
- func (p *Palette) HorizontalBoxAlign() int
- func (p *Palette) HorizontalBoxOffset(level int) int
- func (p *Palette) HorizontalTextAlign() int
- func (p *Palette) TextLineOffset() int
- func (p *Palette) TextLinePoint(level int, lineno int) image.Point
- func (p *Palette) VerticalBoxAlign() int
- func (p *Palette) VerticalBoxOffset() int
- func (p *Palette) VerticalTextAlign() int
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Window configWindow `json:"window"` Boxes configBoxes `json:"boxes"` Fonts configFonts `json:"fonts"` }
type Palette ¶
type Palette struct {
// contains filtered or unexported fields
}
func NewPalette ¶
func NewPalette() *Palette
func (*Palette) CursorPoint ¶
func (*Palette) CursorSize ¶
func (*Palette) DefaultAppRect ¶
func (*Palette) DefaultFont ¶
func (*Palette) HorizontalBoxAlign ¶
func (*Palette) HorizontalBoxOffset ¶
func (*Palette) HorizontalTextAlign ¶
func (*Palette) TextLineOffset ¶
func (*Palette) VerticalBoxAlign ¶
func (*Palette) VerticalBoxOffset ¶
func (*Palette) VerticalTextAlign ¶
Click to show internal directories.
Click to hide internal directories.