public static class Optimizer.TextSettings
extends java.lang.Object
Constructor and Description |
---|
TextSettings()
create an TextSettings object with default options
|
Modifier and Type | Method and Description |
---|---|
void |
embedFonts(boolean embed)
Sets whether fonts should be embedded.
|
void |
subsetFonts(boolean subset)
Sets whether embedded fonts will be subset.
|
public TextSettings()
public void subsetFonts(boolean subset)
subset
- if true all embedded fonts will be subsetted.public void embedFonts(boolean embed)
embed
- if true all fonts will be embedded.