package
0.0.0-20210215095355-1effa6f5c564
Repository: https://github.com/moolekkari/unipdf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewTextFont returns a new text font instance based on the specified PDF font and the specified font size.
NewTextFontFromPath returns a new text font instance based on the specified font file and the specified font size.
NewTextState returns a new TextState instance.

# Constants

Fill rules.
Fill rules.
Line cap styles.
Line cap styles.
Line cap styles.
Line join styles.
Line join styles.

# Structs

TextFont represents a font used to draw text to a target, through a rendering context.
TextState holds a representation of a PDF text state.

# Interfaces

Context defines operations for rendering to a particular target.
Gradient represents a gradient pattern which can be rendered by a context instance.
Pattern represents a pattern which can be rendered by a context instance.

# Type aliases

FillRule represents the fill style used by a context instance.
LineCap represents the line cap style used by a context instance.
LineJoin represents the line join style used by a context instance.