Documentation ¶
Index ¶
- Variables
- func FormatDelta(value float64, scale int) string
- func FormatValue(value float64, scale int) string
- func GetMiddlePoint(rectangle image.Rectangle, text string, offset int) image.Point
- func GetRectBottomSideCenter(rect image.Rectangle) image.Point
- func GetRectCoordinates(area image.Rectangle, width int, height int) (int, int, int, int)
- func GetRectLeftSideCenter(rect image.Rectangle) image.Point
- func GetRectRightSideCenter(rect image.Rectangle) image.Point
- func GetRectTopSideCenter(rect image.Rectangle) image.Point
- func Max(numbers []int) int
- func ParseFloat(input string) (float64, error)
- func PrintString(s string, style ui.Style, p image.Point, buffer *ui.Buffer)
Constants ¶
This section is empty.
Variables ¶
View Source
var AsciiLogo = []string{
" __ ",
" _________ ____ ___ ____ / /__ _____",
" / ___/ __ `/ __ `__ \\/ __ \\/ / _ \\/ ___/",
" (__ ) /_/ / / / / / / /_/ / / __/ / ",
"/____/\\__,_/_/ /_/ /_/ .___/_/\\___/_/ ",
" /_/ ",
}
Functions ¶
func FormatDelta ¶
func FormatValue ¶
func GetMiddlePoint ¶
func GetRectCoordinates ¶
func ParseFloat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.