public interface Subsettable
| Modifier and Type | Method and Description |
|---|---|
void |
addToSubset(int codePoint)
Adds the given Unicode point to the subset.
|
void |
subset()
Replaces this font with a subset containing only the given Unicode characters.
|
boolean |
willBeSubset() |
void addToSubset(int codePoint)
codePoint - Unicode code pointvoid subset()
throws IOException
IOException - if the subset could not be writtenboolean willBeSubset()
Copyright © 2020 sejda. All rights reserved.