Uses of Class
org.openpdf.renderer.font.PDFFont
Packages that use PDFFont
-
Uses of PDFFont in org.openpdf.renderer
Fields in org.openpdf.renderer declared as PDFFontMethods in org.openpdf.renderer that return PDFFontModifier and TypeMethodDescriptionPDFTextFormat.getFont()get the fontprivate PDFFontPDFParser.getFontFrom(String fontref) get a PDFFont from the resources, given the resource name of the font.Methods in org.openpdf.renderer with parameters of type PDFFont -
Uses of PDFFont in org.openpdf.renderer.font
Subclasses of PDFFont in org.openpdf.renderer.fontModifier and TypeClassDescriptionclassThis class represents the 14 built-in fonts.classAt the moment this is not fully supported to parse CID based fonts As a hack we try to use a built in font as substitution and use a toUnicode map to translate the characters if available.classa font object derived from a CID font.classa font object derived from a true type font.classSupports width operations for Type1, Type1C, TrueType and Type3 fontsclassA true-type fontclassType 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codesclassA representation, with parser, of an Adobe Type 1C font.classA representation, with parser, of an Adobe Type 1 font.classA Type 3 Font, in which each glyph consists of a sequence of PDF commands.Fields in org.openpdf.renderer.font declared as PDFFontModifier and TypeFieldDescription(package private) PDFFont[]Type0Font.fontsThe decendant fonts, indexed by font number from the CMAPMethods in org.openpdf.renderer.font that return PDFFontModifier and TypeMethodDescriptionType0Font.getDescendantFont(int fontID) Get a descendant font of this font by fontIdstatic PDFFontget the PDFFont corresponding to the font described in a PDFObject.Methods in org.openpdf.renderer.font with parameters of type PDFFontModifier and TypeMethodDescriptionprivate PDFGlyphPDFFontEncoding.getGlyphFromCMap(PDFFont font, char src) Get a glyph from a CMap, given a Type0 font and a characterprivate PDFGlyphPDFFontEncoding.getGlyphFromEncoding(PDFFont font, char src) Get a glyph from an encoding, given a font and characterGet the glyphs associated with a given String