Uses of Class
com.itextpdf.text.pdf.BaseFont
-
Packages that use BaseFont Package Description com.itextpdf.text com.itextpdf.text.html com.itextpdf.text.pdf com.itextpdf.text.pdf.codec.wmf com.itextpdf.text.xml -
-
Uses of BaseFont in com.itextpdf.text
Methods in com.itextpdf.text that return BaseFont Modifier and Type Method Description BaseFontFont. getBaseFont()Gets theBaseFontinside this object.BaseFontFont. getCalculatedBaseFont(boolean specialEncoding)Gets theBaseFontthis class represents.Constructors in com.itextpdf.text with parameters of type BaseFont Constructor Description Font(BaseFont bf)Constructs a Font.Font(BaseFont bf, float size)Constructs a Font.Font(BaseFont bf, float size, int style)Constructs a Font.Font(BaseFont bf, float size, int style, java.awt.Color color)Constructs a Font. -
Uses of BaseFont in com.itextpdf.text.html
Constructors in com.itextpdf.text.html with parameters of type BaseFont Constructor Description SAXmyHtmlHandler(DocListener document, BaseFont bf)Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object. -
Uses of BaseFont in com.itextpdf.text.pdf
Subclasses of BaseFont in com.itextpdf.text.pdf Modifier and Type Class Description classCMapAwareDocumentFontImplementation of DocumentFont used while parsing PDF streams.classDocumentFontclassType3FontA class to support Type3 fonts.Fields in com.itextpdf.text.pdf declared as BaseFont Modifier and Type Field Description protected BaseFontPdfChunk. baseFontprotected BaseFontBarcode. fontThe text font.protected BaseFontBaseField. fontMethods in com.itextpdf.text.pdf that return BaseFont Modifier and Type Method Description BaseFontAsianFontMapper. awtToPdf(java.awt.Font font)BaseFontDefaultFontMapper. awtToPdf(java.awt.Font font)Returns a BaseFont which can be used to represent the given AWT FontBaseFontFontMapper. awtToPdf(java.awt.Font font)Returns a BaseFont which can be used to represent the given AWT Fontstatic BaseFontBaseFont. createFont()Creates a new font.static BaseFontBaseFont. createFont(PRIndirectReference fontRef)Creates a font based on an existing document font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean forceRead)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow, boolean forceRead)Creates a new font.BaseFontTextField. getExtensionFont()Gets the extensionFont.BaseFontBarcode. getFont()Gets the text font.BaseFontBaseField. getFont()Gets the text font.protected BaseFontBaseField. getRealFont()Methods in com.itextpdf.text.pdf with parameters of type BaseFont Modifier and Type Method Description PdfFormFieldPdfAcroForm. addComboBox(java.lang.String name, java.lang.String[][] options, java.lang.String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addComboBox(java.lang.String name, java.lang.String[] options, java.lang.String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addHtmlPostButton(java.lang.String name, java.lang.String caption, java.lang.String value, java.lang.String url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addMultiLineTextField(java.lang.String name, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addResetButton(java.lang.String name, java.lang.String caption, java.lang.String value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSelectList(java.lang.String name, java.lang.String[][] options, java.lang.String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSelectList(java.lang.String name, java.lang.String[] options, java.lang.String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSingleLinePasswordField(java.lang.String name, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSingleLineTextField(java.lang.String name, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)voidAcroFields. addSubstitutionFont(BaseFont font)Adds a substitution font to the list.protected static java.util.ArrayListBaseField. breakLines(java.util.ArrayList breaks, BaseFont font, float fontSize, float width)voidPdfAcroForm. drawButton(PdfFormField button, java.lang.String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)voidPdfContentByte. drawButton(float llx, float lly, float urx, float ury, java.lang.String text, BaseFont bf, float size)Draws a button.voidPdfAcroForm. drawMultiLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)voidPdfAcroForm. drawSingleLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)java.lang.StringHyphenationAuto. getHyphenatedWordPre(java.lang.String word, BaseFont font, float fontSize, float remainingWidth)Hyphenates a word and returns the first part of it.java.lang.StringHyphenationEvent. getHyphenatedWordPre(java.lang.String word, BaseFont font, float fontSize, float remainingWidth)Hyphenates a word and returns the first part of it.static PdfTextArrayPdfContentByte. getKernArray(java.lang.String text, BaseFont font)Constructs a kern array for a text in a certain fontjava.awt.FontDefaultFontMapper. pdfToAwt(BaseFont font, int size)Returns an AWT Font which can be used to represent the given BaseFontjava.awt.FontFontMapper. pdfToAwt(BaseFont font, int size)Returns an AWT Font which can be used to represent the given BaseFontvoidTextField. setExtensionFont(BaseFont extensionFont)Sets the extensionFont.voidBarcode. setFont(BaseFont font)Sets the text font.voidBaseField. setFont(BaseFont font)Sets the text font.voidPdfAppearance. setFontAndSize(BaseFont bf, float size)Set the font and the size for the subsequent text writing.voidPdfContentByte. setFontAndSize(BaseFont bf, float size)Set the font and the size for the subsequent text writing.voidPdfImportedPage. setFontAndSize(BaseFont bf, float size)Always throws an error. -
Uses of BaseFont in com.itextpdf.text.pdf.codec.wmf
Methods in com.itextpdf.text.pdf.codec.wmf that return BaseFont Modifier and Type Method Description BaseFontMetaFont. getFont() -
Uses of BaseFont in com.itextpdf.text.xml
Methods in com.itextpdf.text.xml with parameters of type BaseFont Modifier and Type Method Description voidSAXiTextHandler. setBaseFont(BaseFont bf)Sets the font that has to be used.Constructors in com.itextpdf.text.xml with parameters of type BaseFont Constructor Description SAXiTextHandler(DocListener document, HtmlTagMap myTags, BaseFont bf)
-