Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.pdmodel.graphics.color |
This package deals with colors that are stored in a PDF document.
|
Modifier and Type | Field and Description |
---|---|
protected PDMatrix |
PDFont.fontMatrix
The font matrix.
|
Modifier and Type | Method and Description |
---|---|
PDMatrix |
PDType1Font.getFontMatrix()
This will get the matrix that is used to transform glyph space to
text space.
|
PDMatrix |
PDType1CFont.getFontMatrix()
This will get the matrix that is used to transform glyph space to
text space.
|
PDMatrix |
PDFont.getFontMatrix()
This will get the matrix that is used to transform glyph space to
text space.
|
Modifier and Type | Method and Description |
---|---|
void |
PDType3Font.setFontMatrix(PDMatrix matrix)
Set the font matrix for this type3 font.
|
Modifier and Type | Method and Description |
---|---|
PDMatrix |
PDCalRGB.getLinearInterpretation()
This will get the linear interpretation array.
|
Modifier and Type | Method and Description |
---|---|
void |
PDCalRGB.setLinearInterpretation(PDMatrix matrix)
This will set the linear interpretation matrix.
|
Constructor and Description |
---|
ColorSpaceCalRGB(PDGamma gammaValue,
PDTristimulus whitept,
PDTristimulus blackpt,
PDMatrix linearMatrix)
Constructor.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.