Package | Description |
---|---|
org.freehep.graphicsio.font |
Utility classes for encoding, including and/or embedding fonts.
|
org.freehep.graphicsio.pdf |
PDF (Portable Document File) Output Format.
|
org.freehep.graphicsio.ps |
PS, EPS (PostScript and Encapsulated PostScript) Output Format.
|
Modifier and Type | Method and Description |
---|---|
Collection<FontTable.Entry> |
FontTable.getEntries()
Returns a Collection view of all fonts.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
FontTable.firstRequest(FontTable.Entry e,
boolean embed,
String embedAs)
Called whenever a specific font is used for the first time.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFFontTable.firstRequest(FontTable.Entry e,
boolean embed,
String embedAs) |
Modifier and Type | Method and Description |
---|---|
protected void |
PSFontTable.firstRequest(FontTable.Entry e,
boolean embed,
String embedAs) |
Copyright © 2014. All rights reserved.