public class CffFontsSettings extends Object
Provides settings common to CFF fonts.
| Constructor and Description |
|---|
CffFontsSettings()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CffUpdateStringIndexStrategy |
getUpdateStringsStrategy()
Gets the strategy for updating strings in the CFF String INDEX structure.
|
void |
setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy)
Specifies the strategy for updating strings in the CFF String INDEX structure.
|
public CffUpdateStringIndexStrategy getUpdateStringsStrategy()
Gets the strategy for updating strings in the CFF String INDEX structure. The AddStringAsIs option is used by default.
public void setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy)
Specifies the strategy for updating strings in the CFF String INDEX structure.
Copyright © 2025 Aspose. All Rights Reserved.