|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.font.PDFont
org.pdfbox.pdmodel.font.PDSimpleFont
org.pdfbox.pdmodel.font.PDType1Font
de.dante.extex.backend.documentWriter.pdf.pdfbox.PdfBoxType1Font
Type1 font with ExTeX values.
Field Summary |
Fields inherited from class org.pdfbox.pdmodel.font.PDType1Font |
COURIER, COURIER_BOLD, COURIER_BOLD_OBLIQUE, COURIER_OBLIQUE, HELVETICA, HELVETICA_BOLD, HELVETICA_BOLD_OBLIQUE, HELVETICA_OBLIQUE, SYMBOL, TIMES_BOLD, TIMES_BOLD_ITALIC, TIMES_ITALIC, TIMES_ROMAN, ZAPF_DINGBATS |
Fields inherited from class org.pdfbox.pdmodel.font.PDFont |
font |
Method Summary | |
org.pdfbox.pdmodel.font.PDFontDescriptor |
getFontDescriptor()
|
static org.pdfbox.pdmodel.font.PDFont |
getInstance(org.pdfbox.pdmodel.PDDocument doc,
Font font)
Returns a instance for the font. |
Methods inherited from class org.pdfbox.pdmodel.font.PDType1Font |
drawString, getStandard14Names, getStandardFont |
Methods inherited from class org.pdfbox.pdmodel.font.PDSimpleFont |
getAverageFontWidth, getFontBoundingBox, getFontWidth, getToUnicode, setFontDescriptor, setToUnicode |
Methods inherited from class org.pdfbox.pdmodel.font.PDFont |
clearResources, encode, getAFM, getAverageFontWidthFromAFMFile, getBaseFont, getCodeFromArray, getCOSObject, getEncoding, getFirstChar, getFontMatrix, getFontWidthFromAFMFile, getLastChar, getStringWidth, getSubType, getType, getWidths, setBaseFont, setEncoding, setFirstChar, setLastChar, setWidths |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.pdfbox.pdmodel.font.PDFont getInstance(org.pdfbox.pdmodel.PDDocument doc, Font font) throws java.io.IOException
doc
- the PDDocument.font
- the extex font.
java.io.IOException
- if an IO-error occurred.public org.pdfbox.pdmodel.font.PDFontDescriptor getFontDescriptor() throws java.io.IOException
java.io.IOException
PDSimpleFont.getFontDescriptor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |