Uses of Class
com.lowagie.text.pdf.BaseFont
Packages that use BaseFont
Package
Description
-
Uses of BaseFont in com.lowagie.text
Fields in com.lowagie.text declared as BaseFontMethods in com.lowagie.text that return BaseFontModifier and TypeMethodDescriptionFont.getBaseFont()
Gets theBaseFont
inside this object.Font.getCalculatedBaseFont
(boolean specialEncoding) Gets theBaseFont
this 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, 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.pdfModifier and TypeClassDescription(package private) class
Creates a CJK font compatible with the fonts in the Adobe Asian font Pack.class
Implementation of DocumentFont used while parsing PDF streams.class
(package private) class
Enumerates all the fonts inside a True Type Collection.(package private) class
Reads a Truetype font(package private) class
Represents a True Type font with Unicode encoding.(package private) class
Reads a Type1 fontclass
A class to support Type3 fonts.Fields in com.lowagie.text.pdf declared as BaseFontModifier and TypeFieldDescription(package private) BaseFont
FontDetails.baseFont
The fontprotected BaseFont
PdfChunk.baseFont
private BaseFont
PdfGraphics2D.baseFont
private BaseFont
DocumentFont.cjkMirror
private BaseFont
TextField.extensionFont
Holds value of property extensionFont.protected BaseFont
Barcode.font
The text font.protected BaseFont
BaseField.font
private BaseFont
PdfFont.font
the font metrics.Fields in com.lowagie.text.pdf with type parameters of type BaseFontModifier and TypeFieldDescriptionLayoutProcessor.awtFontMap
PdfGraphics2D.baseFonts
Storage for BaseFont objects created.PdfGraphics2D.CompositeFontDrawer.correspondingBaseFontsForParts
Base fonts
that corresponds to the splitted part of the stringprotected LinkedHashMap
<BaseFont, FontDetails> PdfWriter.documentFonts
The fonts of this documentAcroFields.extensionFonts
protected static ConcurrentHashMap
<String, BaseFont> BaseFont.fontCache
cache for the fonts already used.AcroFields.localFonts
AcroFields.substitutionFonts
TextField.substitutionFonts
Holds value of property substitutionFonts.Methods 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 BaseFont
BaseFont.createFont()
Creates a new font.static BaseFont
BaseFont.createFont
(PRIndirectReference fontRef) Creates a font based on an existing document font.static BaseFont
BaseFont.createFont
(String name, String encoding, boolean embedded) Creates a new font.static BaseFont
BaseFont.createFont
(String name, String encoding, boolean embedded, boolean forceRead) Creates a new font.static BaseFont
BaseFont.createFont
(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb) Creates a new font.static BaseFont
BaseFont.createFont
(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow) Creates a new font.static BaseFont
BaseFont.createFont
(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow, boolean forceRead) Creates a new font.(package private) BaseFont
FontDetails.getBaseFont()
Gets theBaseFont
of this font.private BaseFont
PdfGraphics2D.getCachedBaseFont
(Font f) TextField.getExtensionFont()
Gets the extensionFont.Barcode.getFont()
Gets the text font.BaseField.getFont()
Gets the text font.(package private) BaseFont
PdfFont.getFont()
protected BaseFont
BaseField.getRealFont()
Methods in com.lowagie.text.pdf that return types with arguments of type BaseFontModifier and TypeMethodDescriptionAcroFields.getAllSubstitutionFonts()
Gets the list of substitution fonts.TextField.getSubstitutionFontList()
Gets the list of substitution fonts.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) (package private) FontDetails
Adds aBaseFont
to the document but not to the page resources.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) void
AcroFields.addSubstitutionFont
(BaseFont font) Adds a substitution font to the list.BaseField.breakLines
(List<String> breaks, BaseFont font, float fontSize, float width) private Phrase
TextField.composePhrase
(String text, BaseFont ufont, Color color, float fontSize) static GlyphVector
LayoutProcessor.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) void
PdfAcroForm.drawButton
(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) void
PdfContentByte.drawButton
(float llx, float lly, float urx, float ury, String text, BaseFont bf, float size) Draws a button.void
PdfAcroForm.drawMultiLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) void
PdfAcroForm.drawSingleLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) double
PdfGraphics2D.CompositeFontDrawer.DrawStringFunction.drawString
(String s, BaseFont basicFont, double x, double y) private double
PdfGraphics2D.drawString
(String s, BaseFont baseFont, double x, double y) static PdfAppearance
RadioCheckField.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.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 PdfTextArray
PdfContentByte.getKernArray
(String text, BaseFont font) Constructs a kern array for a text in a certain fontstatic void
Loads the AWT font needed for layoutReturns an AWT Font which can be used to represent the given BaseFontReturns an AWT Font which can be used to represent the given BaseFontvoid
TextField.setExtensionFont
(BaseFont extensionFont) Sets the extensionFont.void
Sets the text font.void
Sets the text font.void
PdfAppearance.setFontAndSize
(BaseFont bf, float size) Set the font and the size for the subsequent text writing.void
PdfContentByte.setFontAndSize
(BaseFont bf, float size) Set the font and the size for the subsequent text writing.void
PdfImportedPage.setFontAndSize
(BaseFont bf, float size) Always throws an error.static Point2D
LayoutProcessor.showText
(PdfContentByte cb, BaseFont baseFont, float fontSize, String text) Shows a text using glyph positioning (if needed)static boolean
LayoutProcessor.supportsFont
(BaseFont baseFont) Method parameters in com.lowagie.text.pdf with type arguments of type BaseFontModifier and TypeMethodDescription(package private) double
PdfGraphics2D.CompositeFontDrawer.drawString
(String s, Font compositeFont, double x, double y, Function<Font, BaseFont> fontConverter, PdfGraphics2D.CompositeFontDrawer.DrawStringFunction defaultDrawingFunction) Draw text with the given font at the specified position.void
AcroFields.setAllSubstitutionFonts
(List<BaseFont> substitutionFonts) Sets a list of substitution fonts.void
TextField.setSubstitutionFontList
(List<BaseFont> substitutionFonts) Sets a list of substitution fonts.private void
PdfGraphics2D.CompositeFontDrawer.splitStringIntoDisplayableParts
(String s, Font compositeFont, Function<Font, BaseFont> fontConverter) Split string into visible and not visible parts.Constructors in com.lowagie.text.pdf with parameters of type BaseFontModifierConstructorDescription(package private)
FontDetails
(PdfName fontName, PdfIndirectReference indirectReference, BaseFont baseFont) Each font used in a document has an instance of this class.(package private)
-
Uses of BaseFont in com.lowagie.text.pdf.codec.wmf
Fields in com.lowagie.text.pdf.codec.wmf declared as BaseFontMethods in com.lowagie.text.pdf.codec.wmf that return BaseFont -
Uses of BaseFont in com.lowagie.text.xml
Fields in com.lowagie.text.xml declared as BaseFontMethods in com.lowagie.text.xml with parameters of type BaseFontModifier and TypeMethodDescriptionvoid
SAXiTextHandler.setBaseFont
(BaseFont bf) Sets the font that has to be used.Constructors in com.lowagie.text.xml with parameters of type BaseFontModifierConstructorDescriptionSAXiTextHandler
(DocListener document, Map<String, T> myTags, BaseFont bf) -
Uses of BaseFont in com.lowagie.toolbox.plugins.watermarker
Fields in com.lowagie.toolbox.plugins.watermarker declared as BaseFontMethods in com.lowagie.toolbox.plugins.watermarker with parameters of type BaseFont