This commit is contained in:
Klaus Wendel, archium GmbH 2021-03-03 09:37:59 +01:00
parent 40d96e32b9
commit f8971f6ba0
1 changed files with 1 additions and 0 deletions

1
def.go
View File

@ -603,6 +603,7 @@ type Fpdf struct {
}
spotColorMap map[string]spotColorType // Map of named ink-based colors
userUnderlineThickness float64 // A custom user underline thickness multiplier.
density float64 // Documents density in dpi (72 by default)
}
type encType struct {