Uses of Class
org.openpdf.text.pdf.BaseFont
Packages that use BaseFont
Package
Description
-
Uses of BaseFont in org.openpdf.pdf
Fields in org.openpdf.pdf declared as BaseFontMethods in org.openpdf.pdf that return BaseFontModifier and TypeMethodDescriptionprivate BaseFontITextFontResolver.createFont(String name) private BaseFontITextFontResolver.createFont(String name, String encoding, boolean embedded) FontDescription.getFont()Methods in org.openpdf.pdf with parameters of type BaseFontModifier and TypeMethodDescriptionvoidprivate static FontDescription.DecorationsFontDescription.defaultDecorations(BaseFont font, int weight) static FontDescriptionTrueTypeUtil.extractDescription(String path, byte[] contents, BaseFont font, boolean isFromFontFace, @Nullable IdentValue fontWeightOverride, @Nullable IdentValue fontStyleOverride) static FontDescriptionTrueTypeUtil.extractDescription(String path, BaseFont font, @Nullable IdentValue fontWeightOverride) TrueTypeUtil.extractTables(BaseFont font) private static FontDescriptionITextFontResolver.fontDescription(@Nullable IdentValue fontWeightOverride, @Nullable IdentValue fontStyleOverride, String uri, byte[] ttfAfm, BaseFont font) static Collection<String>TrueTypeUtil.getFamilyNames(BaseFont font) private static Collection<String>ITextFontResolver.getFontFamilyNames(BaseFont font, @Nullable String fontFamilyNameOverride) private static IdentValueTrueTypeUtil.guessStyle(BaseFont font) private static FontDescription.DecorationsTrueTypeUtil.readFontDecorations(String path, byte[] contents, BaseFont font, @Nullable IdentValue fontWeightOverride) private static FontDescription.DecorationsTrueTypeUtil.readFontDecorations(String path, BaseFont font, @Nullable IdentValue fontWeightOverride) private static FontDescription.DecorationsTrueTypeUtil.readFontDecorations(String path, BaseFont font, RandomAccessFileOrArray rf, @Nullable IdentValue fontWeightOverride) Constructors in org.openpdf.pdf with parameters of type BaseFontModifierConstructorDescriptionFontDescription(BaseFont font) FontDescription(BaseFont font, boolean isFromFontFace) FontDescription(BaseFont font, boolean isFromFontFace, IdentValue style) FontDescription(BaseFont font, boolean isFromFontFace, IdentValue style, FontDescription.Decorations decorations) FontDescription(BaseFont font, IdentValue style, int weight) -
Uses of BaseFont in org.openpdf.text
Fields in org.openpdf.text declared as BaseFontMethods in org.openpdf.text that return BaseFontModifier and TypeMethodDescriptionFont.getBaseFont()Gets theBaseFontinside this object.Font.getCalculatedBaseFont(boolean specialEncoding) Gets theBaseFontthis class represents.Constructors in org.openpdf.text with parameters of type BaseFont -
Uses of BaseFont in org.openpdf.text.html
Constructors in org.openpdf.text.html with parameters of type BaseFontModifierConstructorDescriptionSAXmyHtmlHandler(DocListener document, HtmlTagMap htmlTags, BaseFont bf) Deprecated.SAXmyHtmlHandler(DocListener document, BaseFont bf) Deprecated.Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object. -
Uses of BaseFont in org.openpdf.text.pdf
Subclasses of BaseFont in org.openpdf.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 org.openpdf.text.pdf declared as BaseFontModifier and TypeFieldDescription(package private) BaseFontFontDetails.baseFontThe fontprotected BaseFontPdfChunk.baseFontprivate BaseFontPdfGraphics2D.baseFontprivate BaseFontDocumentFont.cjkMirrorprivate BaseFontTextField.extensionFontHolds value of property extensionFont.protected BaseFontBarcode.fontThe text font.protected BaseFontBaseField.fontprivate BaseFontPdfFont.fontthe font metrics.Fields in org.openpdf.text.pdf with type parameters of type BaseFontModifier and TypeFieldDescriptionLayoutProcessor.awtFontMapPdfGraphics2D.baseFontsStorage for BaseFont objects created.PdfGraphics2D.CompositeFontDrawer.correspondingBaseFontsForPartsBase fontsthat corresponds to the splitted part of the stringprotected 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 org.openpdf.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 BaseFontBaseFont.createFont()Creates a new 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.static BaseFontBaseFont.createFont(PRIndirectReference fontRef) Creates a font based on an existing document font.(package private) BaseFontFontDetails.getBaseFont()Gets theBaseFontof this font.private BaseFontPdfGraphics2D.getCachedBaseFont(Font f) TextField.getExtensionFont()Gets the extensionFont.Barcode.getFont()Gets the text font.BaseField.getFont()Gets the text font.(package private) BaseFontPdfFont.getFont()protected BaseFontBaseField.getRealFont()Methods in org.openpdf.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 org.openpdf.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) (package private) voidFontDetails.addMissingCmapEntries(String text, GlyphVector glyphVector, BaseFont baseFont) 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(List<String> breaks, BaseFont font, float fontSize, float width) private static voidLayoutProcessor.completeCmap(PdfContentByte cb, BaseFont baseFont, String text, GlyphVector glyphVector) private PhraseTextField.composePhrase(String text, BaseFont ufont, Color color, float fontSize) static GlyphVectorLayoutProcessor.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) voidPdfAcroForm.drawButton(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) 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) doublePdfGraphics2D.CompositeFontDrawer.DrawStringFunction.drawString(String s, BaseFont basicFont, double x, double y) private doublePdfGraphics2D.drawString(String s, BaseFont baseFont, double x, double y) static PdfAppearanceRadioCheckField.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 PdfTextArrayPdfContentByte.getKernArray(String text, BaseFont font) Constructs a kern array for a text in a certain fontstatic voidLoads 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 BaseFontvoidTextField.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.static Point2DLayoutProcessor.showText(PdfContentByte cb, BaseFont baseFont, float fontSize, String text) Shows a text using glyph positioning (if needed)private static Point2DLayoutProcessor.showText1(PdfContentByte cb, BaseFont baseFont, float fontSize, String text) Deprecated.private static Point2DLayoutProcessor.showText2(PdfContentByte cb, BaseFont baseFont, float fontSize, String text) static booleanLayoutProcessor.supportsFont(BaseFont baseFont) Method parameters in org.openpdf.text.pdf with type arguments of type BaseFontModifier and TypeMethodDescription(package private) doublePdfGraphics2D.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.voidAcroFields.setAllSubstitutionFonts(List<BaseFont> substitutionFonts) Sets a list of substitution fonts.voidTextField.setSubstitutionFontList(List<BaseFont> substitutionFonts) Sets a list of substitution fonts.private voidPdfGraphics2D.CompositeFontDrawer.splitStringIntoDisplayableParts(String s, Font compositeFont, Function<Font, BaseFont> fontConverter) Split string into visible and not visible parts.Constructors in org.openpdf.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 org.openpdf.text.pdf.codec.wmf
Fields in org.openpdf.text.pdf.codec.wmf declared as BaseFontMethods in org.openpdf.text.pdf.codec.wmf that return BaseFont -
Uses of BaseFont in org.openpdf.text.xml
Fields in org.openpdf.text.xml declared as BaseFontMethods in org.openpdf.text.xml with parameters of type BaseFontModifier and TypeMethodDescriptionvoidSAXiTextHandler.setBaseFont(BaseFont bf) Sets the font that has to be used.Constructors in org.openpdf.text.xml with parameters of type BaseFontModifierConstructorDescriptionSAXiTextHandler(DocListener document, Map<String, T> myTags, BaseFont bf) -
Uses of BaseFont in org.openpdf.toolbox.plugins.watermarker
Fields in org.openpdf.toolbox.plugins.watermarker declared as BaseFontMethods in org.openpdf.toolbox.plugins.watermarker with parameters of type BaseFont