Uses of Class
com.aowagie.text.pdf.BaseFont
-
Packages that use BaseFont Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.codec.wmf com.aowagie.text.xml -
-
Uses of BaseFont in com.aowagie.text
Fields in com.aowagie.text declared as BaseFont Modifier and Type Field Description private BaseFontFont. baseFontthe external fontMethods in com.aowagie.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.aowagie.text with parameters of type BaseFont Constructor Description Font(BaseFont bf)Constructs a Font.Font(BaseFont bf, float size, int style, java.awt.Color color)Constructs a Font. -
Uses of BaseFont in com.aowagie.text.pdf
Subclasses of BaseFont in com.aowagie.text.pdf Modifier and Type Class Description (package private) classCJKFontCreates a CJK font compatible with the fonts in the Adobe Asian font Pack.classCMapAwareDocumentFontImplementation of DocumentFont used while parsing PDF streams.classDocumentFont(package private) classEnumerateTTCEnumerates all the fonts inside a True Type Collection.(package private) classTrueTypeFontReads a Truetype font(package private) classTrueTypeFontUnicodeRepresents a True Type font with Unicode encoding.(package private) classType1FontReads a Type1 fontFields in com.aowagie.text.pdf declared as BaseFont Modifier and Type Field Description private BaseFontFontDetails. baseFontThe fontprivate BaseFontPdfChunk. baseFontprivate BaseFontDocumentFont. cjkMirrorprivate BaseFontTextField. extensionFontHolds value of property extensionFont.protected BaseFontBarcode. fontThe text font.private BaseFontBaseField. fontprivate BaseFontPdfFont. fontthe font metrics.Methods in com.aowagie.text.pdf that return BaseFont Modifier and Type Method Description BaseFontDefaultFontMapper. awtToPdf(java.awt.Font font)Returns a BaseFont which can be used to represent the given AWT FontBaseFontFontMapper. awtToPdf(java.awt.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(java.lang.String name, java.lang.String encoding, boolean embedded)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean forceRead)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow)Creates a new font.static BaseFontBaseFont. createFont(java.lang.String name, java.lang.String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb, boolean noThrow, boolean forceRead)Creates a new font.(package private) BaseFontFontDetails. getBaseFont()Gets theBaseFontof this font.BaseFontTextField. getExtensionFont()Gets the extensionFont.BaseFontBarcode. getFont()Gets the text font.BaseFontBaseField. getFont()Gets the text font.(package private) BaseFontPdfFont. getFont()protected BaseFontBaseField. getRealFont()Methods in com.aowagie.text.pdf with parameters of type BaseFont Modifier and Type Method Description (package private) FontDetailsPdfWriter. addSimple(BaseFont bf)Adds aBaseFontto the document but not to the page resources.voidAcroFields. addSubstitutionFont(BaseFont font)Adds a substitution font to the list.private PhraseTextField. composePhrase(java.lang.String text, BaseFont ufont, java.awt.Color color, float fontSize)private voidPdfAcroForm. drawButton(PdfFormField button, java.lang.String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)(package private) voidPdfContentByte. drawButton(float llx, float lly, float urx, float ury, java.lang.String text, BaseFont bf, float size)Draws a button.private voidPdfAcroForm. drawMultiLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)private voidPdfAcroForm. drawSingleLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)java.lang.StringHyphenationEvent. getHyphenatedWordPre(java.lang.String word, BaseFont font, float fontSize, float remainingWidth)Hyphenates a word and returns the first part of it.private static PdfTextArrayPdfContentByte. getKernArray(java.lang.String text, BaseFont font)Constructs a kern array for a text in a certain fontvoidTextField. 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.Constructors in com.aowagie.text.pdf with parameters of type BaseFont Constructor Description FontDetails(PdfName fontName, PdfIndirectReference indirectReference, BaseFont baseFont)Each font used in a document has an instance of this class.PdfFont(BaseFont bf, float size) -
Uses of BaseFont in com.aowagie.text.pdf.codec.wmf
Fields in com.aowagie.text.pdf.codec.wmf declared as BaseFont Modifier and Type Field Description private BaseFontMetaFont. fontMethods in com.aowagie.text.pdf.codec.wmf that return BaseFont Modifier and Type Method Description BaseFontMetaFont. getFont() -
Uses of BaseFont in com.aowagie.text.xml
Fields in com.aowagie.text.xml declared as BaseFont Modifier and Type Field Description private BaseFontSAXiTextHandler. bfMethods in com.aowagie.text.xml with parameters of type BaseFont Modifier and Type Method Description voidSAXiTextHandler. setBaseFont(BaseFont bf)Sets the font that has to be used.
-