| Modifier and Type | Method and Description |
|---|---|
Font |
TextRun.getFont()
The font of this TextRun.
|
Font |
WatermarkTextParams.getFont()
The Font to be used when generating a text-based watermark.
|
Font |
Redaction.getOverlayFont()
Get Overlay Text Font
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Font> |
Font.getFontList()
Get a list of available fonts.
|
java.util.List<Font> |
Document.getFonts(int firstPage,
int lastPage)
Get all the fonts in the specified page range.
|
java.util.List<Font> |
Document.getLoadedFonts()
Enumerates all the fonts that have been encountered so far.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Text.addGlyphs(java.util.List<java.lang.Character> glyphIDs,
java.util.List<java.lang.Character> uniText,
Font font,
GraphicState gState,
TextState state,
Matrix matrix,
java.util.EnumSet<TextFlags> flags)
Adds Unicode text to a Text object
|
void |
Text.addGlyphs(java.util.List<java.lang.Character> glyphIDs,
java.util.List<java.lang.Character> uniText,
Font font,
GraphicState gState,
TextState state,
Matrix matrix,
java.util.EnumSet<TextFlags> flags,
int index)
Adds Unicode text to a Text object
|
void |
TextRun.setFont(Font font)
The font of this TextRun.
|
void |
WatermarkTextParams.setFont(Font font)
The Font to be used when generating a text-based watermark.
|
void |
Redaction.setOverlayFont(Font font)
Set Overlay Text Font
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.embedFonts(java.util.List<Font> fonts)
Embed specified fonts in a document.
|
void |
Document.embedFonts(java.util.List<Font> fonts,
java.util.EnumSet<EmbedFlags> flags)
Embed specified fonts in a document.
|
void |
Document.embedFonts(java.util.List<Font> fonts,
java.util.EnumSet<EmbedFlags> flags,
ProgressMonitor progressMonitor,
CancelProc cancelProc,
ReportProc reportProc)
Embed specified fonts in a document.
|
| Constructor and Description |
|---|
Redaction(Page page,
java.util.List<Quad> regions,
Font font)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize,
boolean repeat)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize,
boolean repeat,
boolean scaleToFit)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
TextRun(java.lang.String text,
Font font,
GraphicState gstate,
TextState tstate,
Matrix matrix) |