Versions in this module Expand all Collapse all v1 v1.1.1 Sep 15, 2022 v1.1.0 Sep 15, 2022 Changes in this version + type Barcode struct + Center bool + Left float64 + Percent float64 + Proportion Proportion + Top float64 + func (s *Barcode) MakeValid() + type Font struct + Color color.Color + Family string + Size float64 + Style consts.Style + func (s *Font) MakeValid(defaultFamily string) + func (s *Font) ToTextProp(align consts.Align, top float64, extrapolate bool, verticalPadding float64) Text + type Line struct + Color color.Color + Style consts.LineStyle + Width float64 + func (s *Line) MakeValid(spaceHeight float64) + type Proportion struct + Height float64 + Width float64 + type Rect struct + Center bool + Left float64 + Percent float64 + Top float64 + func (s *Rect) MakeValid() + type TableList struct + Align consts.Align + AlternatedBackground *color.Color + ContentProp TableListContent + HeaderContentSpace float64 + HeaderProp TableListContent + Line bool + LineProp Line + VerticalContentPadding float64 + func (s *TableList) MakeValid(header []string, defaultFamily string) + type TableListContent struct + Color color.Color + Family string + GridSizes []uint + Size float64 + Style consts.Style + func (s *TableListContent) ToTextProp(align consts.Align, top float64, extrapolate bool, verticalPadding float64) Text + type Text struct + Align consts.Align + Color color.Color + Extrapolate bool + Family string + Size float64 + Style consts.Style + Top float64 + VerticalPadding float64 + func (s *Text) MakeValid(defaultFamily string)