Uses of Class
com.aowagie.text.pdf.BaseFont
Packages that use BaseFont
-
Uses of BaseFont in com.aowagie.text
Methods in com.aowagie.text that return BaseFontModifier and TypeMethodDescriptionFont.getBaseFont()Gets theBaseFontinside this object.Font.getCalculatedBaseFont(boolean specialEncoding) Gets theBaseFontthis 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 TypeClassDescriptionclassImplementation of DocumentFont used while parsing PDF streams.classFields in com.aowagie.text.pdf declared as BaseFontMethods in com.aowagie.text.pdf that return BaseFontModifier and TypeMethodDescriptionstatic 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.Methods in com.aowagie.text.pdf with parameters of type BaseFontModifier and TypeMethodDescriptionvoidAcroFields.addSubstitutionFont(BaseFont font) Adds a substitution font to the list.HyphenationEvent.getHyphenatedWordPre(String word, BaseFont font, float fontSize, float remainingWidth) Hyphenates a word and returns the first part of it.voidTextField.setExtensionFont(BaseFont extensionFont) Sets the extensionFont.voidSets the text font.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.