Uses of Class
com.lowagie.text.pdf.BaseFont
-
Packages that use BaseFont Package Description com.lowagie.text com.lowagie.text.html com.lowagie.text.pdf com.lowagie.text.pdf.codec.wmf com.lowagie.text.xml -
-
Uses of BaseFont in com.lowagie.text
Methods in com.lowagie.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.lowagie.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, Color color)Constructs a Font. -
Uses of BaseFont in com.lowagie.text.html
Constructors in com.lowagie.text.html with parameters of type BaseFont Constructor Description SAXmyHtmlHandler(DocListener document, HtmlTagMap htmlTags, BaseFont bf)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.lowagie.text.pdf
Subclasses of BaseFont in com.lowagie.text.pdf Modifier and Type Class Description classCMapAwareDocumentFontImplementation of DocumentFont used while parsing PDF streams.classDocumentFontclassType3FontA class to support Type3 fonts.Fields in com.lowagie.text.pdf declared as BaseFont Modifier and Type Field Description protected BaseFontPdfChunk. baseFontprotected BaseFontBarcode. fontThe text font.protected BaseFontBaseField. fontFields in com.lowagie.text.pdf with type parameters of type BaseFont Modifier and Type Field Description protected LinkedHashMap<BaseFont,com.lowagie.text.pdf.FontDetails>PdfWriter. documentFontsThe fonts of this documentprotected static ConcurrentHashMap<String,BaseFont>BaseFont. fontCachecache for the fonts already used.Methods in com.lowagie.text.pdf that return BaseFont Modifier and Type Method Description BaseFontAsianFontMapper. awtToPdf(Font font)BaseFontDefaultFontMapper. awtToPdf(Font font)Returns a BaseFont which can be used to represent the given AWT FontBaseFontFontMapper. awtToPdf(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(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.BaseFontTextField. getExtensionFont()Gets the extensionFont.BaseFontBarcode. getFont()Gets the text font.BaseFontBaseField. getFont()Gets the text font.protected BaseFontBaseField. getRealFont()Methods in com.lowagie.text.pdf that return types with arguments of type BaseFont Modifier and Type Method Description List<BaseFont>AcroFields. getAllSubstitutionFonts()Gets the list of substitution fonts.List<BaseFont>TextField. getSubstitutionFontList()Gets the list of substitution fonts.Methods in com.lowagie.text.pdf with parameters of type BaseFont Modifier and Type Method Description PdfFormFieldPdfAcroForm. addComboBox(String name, String[][] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addComboBox(String name, String[] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addHtmlPostButton(String name, String caption, String value, String url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addMultiLineTextField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addResetButton(String name, String caption, String value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSelectList(String name, String[][] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSelectList(String name, String[] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSingleLinePasswordField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. 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 List<String>BaseField. breakLines(List<String> breaks, BaseFont font, float fontSize, float width)static GlyphVectorLayoutProcessor. computeGlyphVector(BaseFont baseFont, float fontSize, String text)Computes glyph positioningstatic byte[]FopGlyphProcessor. convertToBytesWithGlyphs(BaseFont font, String text, String fileName, Map<Integer,int[]> longTag, String language)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)static PdfAppearanceRadioCheckField. getAppearance(boolean on, PdfWriter writer, int checkType, int rotation, int borderStyle, Rectangle box, float borderWidth, float fontSize, String text, Color textColor, Color backgroundColor, Color borderColor, BaseFont ufont)Gets the field appearance.StringHyphenationAuto. getHyphenatedWordPre(String word, BaseFont font, float fontSize, float remainingWidth)Hyphenates a word and returns the first part of it.StringHyphenationEvent. 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 fontstatic voidLayoutProcessor. loadFont(BaseFont baseFont, String filename)Loads the AWT font needed for layoutFontDefaultFontMapper. pdfToAwt(BaseFont font, int size)Returns an AWT Font which can be used to represent the given BaseFontFontFontMapper. 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.static Point2DLayoutProcessor. showText(PdfContentByte cb, BaseFont baseFont, float fontSize, String text)Shows a text using glyph positioning (if needed)static booleanLayoutProcessor. supportsFont(BaseFont baseFont)Method parameters in com.lowagie.text.pdf with type arguments of type BaseFont Modifier and Type Method Description voidAcroFields. setAllSubstitutionFonts(List<BaseFont> substitutionFonts)Sets a list of substitution fonts.voidTextField. setSubstitutionFontList(List<BaseFont> substitutionFonts)Sets a list of substitution fonts. -
Uses of BaseFont in com.lowagie.text.pdf.codec.wmf
Methods in com.lowagie.text.pdf.codec.wmf that return BaseFont Modifier and Type Method Description BaseFontMetaFont. getFont() -
Uses of BaseFont in com.lowagie.text.xml
Methods in com.lowagie.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.lowagie.text.xml with parameters of type BaseFont Constructor Description SAXiTextHandler(DocListener document, Map<String,T> myTags, BaseFont bf)
-