Uses of Class
com.itextpdf.text.pdf.BaseFont
Packages that use BaseFont
Package
Description
-
Uses of BaseFont in com.itextpdf.awt
Fields in com.itextpdf.awt declared as BaseFontFields in com.itextpdf.awt with type parameters of type BaseFontMethods in com.itextpdf.awt 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 Fontprivate BaseFontPdfGraphics2D.getCachedBaseFont(Font f) Methods in com.itextpdf.awt with parameters of type BaseFont -
Uses of BaseFont in com.itextpdf.text
Fields in com.itextpdf.text declared as BaseFontMethods in com.itextpdf.text that return BaseFontModifier and TypeMethodDescriptionFont.getBaseFont()Gets theBaseFontinside this object.protected BaseFontFontFactoryImp.getBaseFont(String fontname, String encoding, boolean embedded, boolean cached) Font.getCalculatedBaseFont(boolean specialEncoding) Gets theBaseFontthis class represents.Constructors in com.itextpdf.text with parameters of type BaseFont -
Uses of BaseFont in com.itextpdf.text.pdf
Subclasses of BaseFont in com.itextpdf.text.pdfModifier and TypeClassDescription(package private) classCreates a CJK font compatible with the fonts in the Adobe Asian font Pack.classImplementation of DocumentFont used while parsing PDF streams.class(package private) classEnumerates all the fonts inside a True Type Collection.(package private) classReads a Truetype font(package private) classRepresents a True Type font with Unicode encoding.(package private) classReads a Type1 fontclassA class to support Type3 fonts.Fields in com.itextpdf.text.pdf declared as BaseFontModifier and TypeFieldDescription(package private) BaseFontFontDetails.baseFontThe fontprotected BaseFontPdfChunk.baseFontprivate BaseFontDocumentFont.cjkMirrorprivate BaseFontTextField.extensionFontHolds value of property extensionFont.protected BaseFontBarcode.fontThe text font.protected BaseFontBaseField.fontprivate BaseFontPdfFont.fontthe font metrics.Fields in com.itextpdf.text.pdf with type parameters of type BaseFontModifier and TypeFieldDescriptionprotected LinkedHashMap<BaseFont, FontDetails> PdfWriter.documentFontsThe fonts of this documentAcroFields.extensionFontsprotected static ConcurrentHashMap<String, BaseFont> BaseFont.fontCachecache for the fonts already used.AcroFields.localFontsAcroFields.substitutionFontsTextField.substitutionFontsHolds value of property substitutionFonts.Methods in com.itextpdf.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.(package private) BaseFontFontDetails.getBaseFont()Gets theBaseFontof this font.TextField.getExtensionFont()Gets the extensionFont.Barcode.getFont()Gets the text font.BaseField.getFont()Gets the text font.(package private) BaseFontPdfFont.getFont()protected BaseFontBaseField.getRealFont()protected BaseFontPdfARadioCheckField.getRealFont()Methods in com.itextpdf.text.pdf that return types with arguments of type BaseFontModifier and TypeMethodDescriptionAcroFields.getSubstitutionFonts()Gets the list of substitution fonts.TextField.getSubstitutionFonts()Gets the list of substitution fonts.Methods in com.itextpdf.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) FontDetailsAdds aBaseFontto 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) voidAcroFields.addSubstitutionFont(BaseFont font) Adds a substitution font to the list.BaseField.breakLines(ArrayList<String> breaks, BaseFont font, float fontSize, float width) private PhraseTextField.composePhrase(String text, BaseFont ufont, BaseColor color, float fontSize) voidPdfAcroForm.drawButton(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) voidPdfContentByte.drawButton(double llx, double lly, double urx, double ury, String text, BaseFont bf, float size) Draws a button.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) 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 PdfTextArrayPdfContentByte.getKernArray(String text, BaseFont font) Constructs a kern array for a text in a certain fontvoidTextField.setExtensionFont(BaseFont extensionFont) Sets the extensionFont.voidSets the text font.voidSets 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.Method parameters in com.itextpdf.text.pdf with type arguments of type BaseFontModifier and TypeMethodDescriptionvoidAcroFields.setSubstitutionFonts(ArrayList<BaseFont> substitutionFonts) Sets a list of substitution fonts.voidTextField.setSubstitutionFonts(ArrayList<BaseFont> substitutionFonts) Sets a list of substitution fonts.Constructors in com.itextpdf.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.itextpdf.text.pdf.codec.wmf
Fields in com.itextpdf.text.pdf.codec.wmf declared as BaseFontMethods in com.itextpdf.text.pdf.codec.wmf that return BaseFont