| Package | Description |
|---|---|
| org.sejda.sambox.contentstream | |
| org.sejda.sambox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.sejda.sambox.rendering | |
| org.sejda.sambox.text | |
| org.sejda.sambox.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PDFStreamEngine.showFontGlyph(Matrix textRenderingMatrix,
PDFont font,
int code,
String unicode,
Vector displacement)
Called when a glyph is to be processed.This method is intended for overriding in subclasses, the default
implementation does nothing.
|
protected void |
PDFStreamEngine.showGlyph(Matrix textRenderingMatrix,
PDFont font,
int code,
String unicode,
Vector displacement)
Called when a glyph is to be processed.This method is intended for overriding in subclasses, the default
implementation does nothing.
|
protected void |
PDFStreamEngine.showType3Glyph(Matrix textRenderingMatrix,
PDType3Font font,
int code,
String unicode,
Vector displacement)
Called when a glyph is to be processed.This method is intended for overriding in subclasses, the default
implementation does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
PDType3Font.getDisplacement(int code) |
Vector |
PDFont.getDisplacement(int code)
Returns the displacement vector (w0, w1) in text space, for the given character.
|
Vector |
PDType0Font.getDisplacement(int code) |
Vector |
PDFont.getPositionVector(int code) |
Vector |
PDCIDFont.getPositionVector(int code) |
Vector |
PDFontLike.getPositionVector(int code)
Returns the position vector (v), in text space, for the given character.
|
Vector |
PDType0Font.getPositionVector(int code) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PageDrawer.showFontGlyph(Matrix textRenderingMatrix,
PDFont font,
int code,
String unicode,
Vector displacement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PDFTextStreamEngine.showGlyph(Matrix textRenderingMatrix,
PDFont font,
int code,
String unicode,
Vector displacement)
This method was originally written by Ben Litchfield for PDFStreamEngine.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.scale(float sxy)
Returns a new vector scaled by both x and y.
|
Vector |
Matrix.transform(Vector vector)
Transforms the given point by this matrix.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Matrix.transform(Vector vector)
Transforms the given point by this matrix.
|
void |
Matrix.translate(Vector vector)
Translates this matrix by the given vector.
|
Copyright © 2019 sejda. All rights reserved.