density
This commit is contained in:
parent
40d96e32b9
commit
f8971f6ba0
1
def.go
1
def.go
|
@ -603,6 +603,7 @@ type Fpdf struct {
|
||||||
}
|
}
|
||||||
spotColorMap map[string]spotColorType // Map of named ink-based colors
|
spotColorMap map[string]spotColorType // Map of named ink-based colors
|
||||||
userUnderlineThickness float64 // A custom user underline thickness multiplier.
|
userUnderlineThickness float64 // A custom user underline thickness multiplier.
|
||||||
|
density float64 // Documents density in dpi (72 by default)
|
||||||
}
|
}
|
||||||
|
|
||||||
type encType struct {
|
type encType struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user