linestyle

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package linestyle contains all line styles.

Index

Constants

View Source
const (
	// DefaultLineThickness represents the default line style width in gofpdf.
	DefaultLineThickness float64 = 0.2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

Type is a representation of a line style style.

const (
	// Solid represents a solid style.
	Solid Type = "solid"
	// Dashed represents a dashed style (long segments, [2,1] mm pattern).
	Dashed Type = "dashed"
	// Dotted represents a dotted style (short equal-length dots, [0.4,0.4] mm pattern).
	Dotted Type = "dotted"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL