| Package | Description |
|---|---|
| com.helger.pdflayout.spec |
| Modifier and Type | Field and Description |
|---|---|
static PreloadFont |
PreloadFont.MONOSPACE
PDF built-in font Courier regular
|
static PreloadFont |
PreloadFont.MONOSPACE_BOLD
PDF built-in font Courier bold
|
static PreloadFont |
PreloadFont.MONOSPACE_BOLD_ITALIC
PDF built-in font Courier bold and italic
|
static PreloadFont |
PreloadFont.MONOSPACE_ITALIC
PDF built-in font Courier italic
|
static PreloadFont |
PreloadFont.REGULAR
PDF built-in font Helvetica regular
|
static PreloadFont |
PreloadFont.REGULAR_BOLD
PDF built-in font Helvetica bold
|
static PreloadFont |
PreloadFont.REGULAR_BOLD_ITALIC
PDF built-in font Helvetica bold and italic
|
static PreloadFont |
PreloadFont.REGULAR_ITALIC
PDF built-in font Helvetica italic
|
static PreloadFont |
PreloadFont.SYMBOL
PDF built-in font Symbol
|
static PreloadFont |
PreloadFont.TIMES
PDF built-in font Times Roman regular
|
static PreloadFont |
PreloadFont.TIMES_BOLD
PDF built-in font Times Roman bold
|
static PreloadFont |
PreloadFont.TIMES_BOLD_ITALIC
PDF built-in font Times Roman bold italic
|
static PreloadFont |
PreloadFont.TIMES_ITALIC
PDF built-in font Times Roman italic
|
static PreloadFont |
PreloadFont.ZAPF_DINGBATS
PDF built-in font Zapf Dingbats
|
| Modifier and Type | Method and Description |
|---|---|
static PreloadFont |
PreloadFont.createEmbedding(com.helger.font.api.IFontResource aFontRes) |
static PreloadFont |
PreloadFont.createNonEmbedding(com.helger.font.api.IFontResource aFontRes) |
static PreloadFont |
PreloadFont.createPredefined(org.apache.pdfbox.pdmodel.font.PDType1Font aFont) |
PreloadFont |
PreloadFontManager.getOrAddEmbeddingPreloadFont(com.helger.font.api.IFontResource aFontRes)
Create and add a new embedding
PreloadFont if it is not yet
contained. |
PreloadFont |
PreloadFontManager.getOrAddEmbeddingPreloadFont(com.helger.font.api.IHasFontResource aFontResProvider)
Create and add a new embedding
PreloadFont if it is not yet
contained. |
PreloadFont |
FontSpec.getPreloadFont() |
default PreloadFont |
IPreloadFontResolver.getPreloadFontOfID(com.helger.font.api.IFontResource aFontRes)
Get the
PreloadFont from the provided font resource. |
default PreloadFont |
IPreloadFontResolver.getPreloadFontOfID(com.helger.font.api.IHasFontResource aFontResProvider)
Get the
PreloadFont from the provided font resource provider. |
PreloadFont |
PreloadFontManager.getPreloadFontOfID(String sID) |
PreloadFont |
IPreloadFontResolver.getPreloadFontOfID(String sID)
Get the
PreloadFont with the provided ID. |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<PreloadFont> |
PreloadFontManager.getAllPreloadFonts() |
com.helger.commons.collection.ext.ICommonsList<PreloadFont> |
PreloadFontManager.getAllPreloadFonts(Predicate<? super PreloadFont> aFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreloadFontManager.addPreloadFont(PreloadFont aPreloadFont)
Add a pre-created
PreloadFont. |
FontSpec |
FontSpec.getCloneWithDifferentFont(PreloadFont aNewFont)
Return a clone of this object but with a different font.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<PreloadFont> |
PreloadFontManager.getAllPreloadFonts(Predicate<? super PreloadFont> aFilter) |
| Constructor and Description |
|---|
FontSpec(PreloadFont aPreloadFont,
float fFontSize) |
FontSpec(PreloadFont aPreloadFont,
float fFontSize,
Color aColor) |
Copyright © 2014–2016 Philip Helger. All rights reserved.