| Package | Description |
|---|---|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| Modifier and Type | Method and Description |
|---|---|
PDGlyphs |
PDSingleByteFont.getGlyphsEncoded(int codepoint) |
PDGlyphs |
PDFontType0.getGlyphsEncoded(int codepoint) |
abstract PDGlyphs |
PDFont.getGlyphsEncoded(int codepoint)
The
PDGlyphs instance for the encoded codepoint. |
PDGlyphs |
CIDFont.getGlyphsEncoded(int codepoint) |
PDGlyphs |
PDSingleByteFont.getNextGlyphsEncoded(ByteArrayInputStream is) |
PDGlyphs |
PDFontType0.getNextGlyphsEncoded(ByteArrayInputStream is) |
abstract PDGlyphs |
PDFont.getNextGlyphsEncoded(ByteArrayInputStream is)
The
PDGlyphs denoted by the next byte or bytes in the input
stream. |
PDGlyphs |
CIDFont.getNextGlyphsEncoded(ByteArrayInputStream is) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.