Uses of Class
com.aowagie.text.pdf.BaseFont
Packages that use BaseFont
Package
Description
-
Uses of BaseFont in com.aowagie.text
Fields in com.aowagie.text declared as BaseFontMethods in com.aowagie.text that return BaseFontModifier and TypeMethodDescriptionFont.getBaseFont()
Gets theBaseFont
inside this object.Font.getCalculatedBaseFont
(boolean specialEncoding) Gets theBaseFont
this class represents.Constructors in com.aowagie.text with parameters of type BaseFont -
Uses of BaseFont in com.aowagie.text.pdf
Subclasses of BaseFont in com.aowagie.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 fontFields in com.aowagie.text.pdf declared as BaseFontModifier and TypeFieldDescriptionprivate final BaseFont
FontDetails.baseFont
The fontprivate BaseFont
PdfChunk.baseFont
private BaseFont
DocumentFont.cjkMirror
private BaseFont
TextField.extensionFont
Holds value of property extensionFont.protected BaseFont
Barcode.font
The text font.private BaseFont
BaseField.font
private final BaseFont
PdfFont.font
the font metrics.Methods in com.aowagie.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.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.aowagie.text.pdf with parameters of type BaseFontModifier and TypeMethodDescription(package private) FontDetails
Adds aBaseFont
to the document but not to the page resources.void
AcroFields.addSubstitutionFont
(BaseFont font) Adds a substitution font to the list.private Phrase
TextField.composePhrase
(String text, BaseFont ufont, Color color, float fontSize) private void
PdfAcroForm.drawButton
(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) (package private) void
PdfContentByte.drawButton
(float llx, float lly, float urx, float ury, String text, BaseFont bf, float size) Draws a button.private void
PdfAcroForm.drawMultiLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) private void
PdfAcroForm.drawSingleLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) HyphenationEvent.getHyphenatedWordPre
(String word, BaseFont font, float fontSize, float remainingWidth) Hyphenates a word and returns the first part of it.private static PdfTextArray
PdfContentByte.getKernArray
(String text, BaseFont font) Constructs a kern array for a text in a certain fontvoid
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.Constructors in com.aowagie.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.aowagie.text.pdf.codec.wmf
Fields in com.aowagie.text.pdf.codec.wmf declared as BaseFontMethods in com.aowagie.text.pdf.codec.wmf that return BaseFont -
Uses of BaseFont in com.aowagie.text.xml
Fields in com.aowagie.text.xml declared as BaseFontMethods in com.aowagie.text.xml with parameters of type BaseFontModifier and TypeMethodDescriptionvoid
SAXiTextHandler.setBaseFont
(BaseFont bf) Sets the font that has to be used.