PdfContentStyle
Props
The following table outlines the props for the PdfContentStyle:
| Name | Type | Default | Description |
|---|---|---|---|
| bold | boolean | - | Defines the bold of theme style. |
| dashStyle | - | Defines the dash style. | |
| fontSize | number | - | Defines the font size. |
| hAlign | - | Defines the horizontal alignment. | |
| italic | boolean | - | Defines the italic of theme style. |
| penColor | string | - | Line color as hex string or RGB array. |
| penSize | number | - | Defines the pen size. |
| textPenColor | string | - | Defines the text pen color. |
| vAlign | - | Defines the vertical alignment. |