public class FontEmbeddingOptions extends Object
PDF/A standard requires, that all fonts must be embedded into document. This class includes flags for cases when it's not possible to embed some font cause this font is absent on destination PC.
Constructor and Description |
---|
FontEmbeddingOptions()
Initializes a new instance of the
FontEmbeddingOptions class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getUseDefaultSubstitution()
Indicates whether to substitute non-embedded font using default font substitution strategy.
|
void |
setUseDefaultSubstitution(boolean value)
Indicates whether to substitute non-embedded font using default font substitution strategy.
|
public FontEmbeddingOptions()
Initializes a new instance of the FontEmbeddingOptions
class.
This constructor sets the default value for the
UseDefaultSubstitution
(getUseDefaultSubstitution()
/setUseDefaultSubstitution(boolean)
) property to .
public boolean getUseDefaultSubstitution()
Indicates whether to substitute non-embedded font using default font substitution strategy. By default false;
public void setUseDefaultSubstitution(boolean value)
Indicates whether to substitute non-embedded font using default font substitution strategy. By default false;
value
- boolean valueCopyright © 2025 Aspose. All Rights Reserved.