Uses of Class
com.lowagie.text.pdf.BaseFont
Packages that use BaseFont
Package
Description
-
Uses of BaseFont in com.lowagie.text
Methods in com.lowagie.text that return BaseFontModifier and TypeMethodDescriptionFont.getBaseFont()Gets theBaseFontinside this object.Font.getCalculatedBaseFont(boolean specialEncoding) Gets theBaseFontthis class represents.Constructors in com.lowagie.text with parameters of type BaseFont -
Uses of BaseFont in com.lowagie.text.html
Constructors in com.lowagie.text.html with parameters of type BaseFontModifierConstructorDescriptionSAXmyHtmlHandler(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.lowagie.text.pdf
Subclasses of BaseFont in com.lowagie.text.pdfModifier and TypeClassDescriptionclassImplementation of DocumentFont used while parsing PDF streams.classclassA class to support Type3 fonts.Fields in com.lowagie.text.pdf declared as BaseFontModifier and TypeFieldDescriptionprotected BaseFontPdfChunk.baseFontprotected BaseFontBarcode.fontThe text font.protected BaseFontBaseField.fontMethods in com.lowagie.text.pdf that return BaseFontModifier and TypeMethodDescriptionReturns a BaseFont which can be used to represent the given AWT FontReturns 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(String name, String encoding, boolean embedded) Creates a new font.static BaseFontBaseFont.createFont(String name, String encoding, boolean embedded, boolean forceRead) Creates a new font.static BaseFontBaseFont.createFont(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb) Creates a new font.static BaseFontBaseFont.createFont(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow) Creates a new font.static BaseFontBaseFont.createFont(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow, boolean forceRead) Creates a new font.TextField.getExtensionFont()Gets the extensionFont.Barcode.getFont()Gets the text font.BaseField.getFont()Gets the text font.protected BaseFontBaseField.getRealFont()Methods in com.lowagie.text.pdf with parameters of type BaseFontModifier and TypeMethodDescriptionPdfAcroForm.addComboBox(String name, String[][] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addComboBox(String name, String[] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addHtmlPostButton(String name, String caption, String value, String url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addMultiLineTextField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addResetButton(String name, String caption, String value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSelectList(String name, String[][] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSelectList(String name, String[] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSingleLinePasswordField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSingleLineTextField(String name, 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 ArrayListBaseField.breakLines(ArrayList breaks, BaseFont font, float fontSize, float width) voidPdfAcroForm.drawButton(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) voidPdfContentByte.drawButton(float llx, float lly, float urx, float ury, String text, BaseFont bf, float size) Draws a button.voidPdfAcroForm.drawMultiLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) voidPdfAcroForm.drawSingleLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) HyphenationAuto.getHyphenatedWordPre(String word, BaseFont font, float fontSize, float remainingWidth) Hyphenates a word and returns the first part of it.HyphenationEvent.getHyphenatedWordPre(String word, BaseFont font, float fontSize, float remainingWidth) Hyphenates a word and returns the first part of it.static PdfTextArrayPdfContentByte.getKernArray(String text, BaseFont font) Constructs a kern array for a text in a certain fontReturns an AWT Font which can be used to represent the given BaseFontReturns an AWT Font which can be used to represent the given BaseFontvoidTextField.setExtensionFont(BaseFont extensionFont) Sets the extensionFont.voidSets the text font.voidSets 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.lowagie.text.pdf.codec.wmf
Methods in com.lowagie.text.pdf.codec.wmf that return BaseFont -
Uses of BaseFont in com.lowagie.text.xml
Methods in com.lowagie.text.xml with parameters of type BaseFontModifier and TypeMethodDescriptionvoidSAXiTextHandler.setBaseFont(BaseFont bf) Sets the font that has to be used.Constructors in com.lowagie.text.xml with parameters of type BaseFontModifierConstructorDescriptionSAXiTextHandler(DocListener document, HtmlTagMap myTags, BaseFont bf)