| Modifier and Type | Class and Description |
|---|---|
class |
PdfSimpleFont<T extends FontProgram> |
class |
PdfTrueTypeFont
Note.
|
class |
PdfType0Font |
class |
PdfType1Font |
class |
PdfType3Font
Low-level API class for Type 3 fonts.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfFont |
PdfFontFactory.createFont() |
static PdfFont |
PdfFontFactory.createFont(byte[] font,
boolean embedded) |
static PdfFont |
PdfFontFactory.createFont(byte[] font,
String encoding) |
static PdfFont |
PdfFontFactory.createFont(byte[] font,
String encoding,
boolean embedded) |
static PdfFont |
PdfFontFactory.createFont(byte[] font,
String encoding,
boolean embedded,
boolean cached) |
static PdfFont |
PdfFontFactory.createFont(FontProgram fontProgram) |
static PdfFont |
PdfFontFactory.createFont(FontProgram fontProgram,
String encoding) |
static PdfFont |
PdfFontFactory.createFont(FontProgram fontProgram,
String encoding,
boolean embedded) |
static PdfFont |
PdfFontFactory.createFont(PdfDictionary fontDictionary) |
static PdfFont |
PdfFontFactory.createFont(String path) |
static PdfFont |
PdfFontFactory.createFont(String path,
boolean embedded) |
static PdfFont |
PdfFontFactory.createFont(String path,
String encoding) |
static PdfFont |
PdfFontFactory.createFont(String path,
String encoding,
boolean embedded) |
static PdfFont |
PdfFontFactory.createRegisteredFont(String fontName) |
static PdfFont |
PdfFontFactory.createRegisteredFont(String font,
String encoding) |
static PdfFont |
PdfFontFactory.createRegisteredFont(String font,
String encoding,
boolean embedded) |
static PdfFont |
PdfFontFactory.createRegisteredFont(String font,
String encoding,
boolean embedded,
boolean cached) |
static PdfFont |
PdfFontFactory.createRegisteredFont(String font,
String encoding,
boolean embedded,
int style) |
static PdfFont |
PdfFontFactory.createRegisteredFont(String font,
String encoding,
boolean embedded,
int style,
boolean cached) |
static PdfFont |
PdfFontFactory.createTtcFont(byte[] ttc,
int ttcIndex,
String encoding,
boolean embedded,
boolean cached) |
static PdfFont |
PdfFontFactory.createTtcFont(String ttcPath,
int ttcIndex,
String encoding,
boolean embedded,
boolean cached) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<PdfFont> |
PdfDocument.documentFonts |
| Modifier and Type | Method and Description |
|---|---|
protected Set<PdfFont> |
PdfDocument.getDocumentFonts()
List all newly added or loaded fonts
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PdfTextArray.add(String text,
PdfFont font) |
PdfName |
PdfResources.addFont(PdfDocument pdfDocument,
PdfFont font)
Add font to resources and register PdfFont in the document for further flushing.
|
| Modifier and Type | Method and Description |
|---|---|
PdfTrapNetworkAnnotation |
PdfTrapNetworkAnnotation.setFauxedFonts(List<PdfFont> fauxedFonts) |
| Modifier and Type | Method and Description |
|---|---|
PdfFont |
CanvasGraphicsState.getFont() |
| Modifier and Type | Method and Description |
|---|---|
void |
CanvasGraphicsState.setFont(PdfFont font) |
PdfCanvas |
PdfCanvas.setFontAndSize(PdfFont font,
float size)
Sets font and size (PDF Tf operator).
|
| Modifier and Type | Method and Description |
|---|---|
protected PdfFont |
PdfCanvasProcessor.getFont(PdfDictionary fontDict)
Gets the font pointed to by the indirect reference.
|
| Modifier and Type | Method and Description |
|---|---|
PdfFont |
TextRenderInfo.getFont()
Getter for the font
|
Copyright © 1998–2016 iText Group NV. All rights reserved.