Uses of Class
com.itextpdf.io.font.TrueTypeFont
-
Packages that use TrueTypeFont Package Description com.itextpdf.kernel.font com.itextpdf.layout.renderer.typography com.itextpdf.pdfua.checkers -
-
Uses of TrueTypeFont in com.itextpdf.kernel.font
Subclasses of TrueTypeFont in com.itextpdf.kernel.font Modifier and Type Class Description classDocTrueTypeFontMethods in com.itextpdf.kernel.font that return TrueTypeFont Modifier and Type Method Description (package private) static TrueTypeFontDocTrueTypeFont. createFontProgram(PdfDictionary fontDictionary, CMapToUnicode toUnicode)(package private) static TrueTypeFontDocTrueTypeFont. createFontProgram(PdfDictionary fontDictionary, FontEncoding fontEncoding, CMapToUnicode toUnicode)Methods in com.itextpdf.kernel.font with parameters of type TrueTypeFont Modifier and Type Method Description private static PdfTrueTypeFontPdfFontFactory. createTrueTypeFontFromTrueTypeFontProgram(TrueTypeFont fontProgram, java.lang.String encoding, PdfFontFactory.EmbeddingStrategy embeddingStrategy)private static PdfType0FontPdfFontFactory. createType0FontFromTrueTypeFontProgram(TrueTypeFont fontProgram, java.lang.String encoding, PdfFontFactory.EmbeddingStrategy embeddingStrategy)Constructors in com.itextpdf.kernel.font with parameters of type TrueTypeFont Constructor Description PdfTrueTypeFont(TrueTypeFont ttf, java.lang.String encoding, boolean embedded)PdfType0Font(TrueTypeFont ttf, java.lang.String cmap) -
Uses of TrueTypeFont in com.itextpdf.layout.renderer.typography
Methods in com.itextpdf.layout.renderer.typography with parameters of type TrueTypeFont Modifier and Type Method Description booleanAbstractTypographyApplier. applyOtfScript(TrueTypeFont font, GlyphLine glyphLine, java.lang.Character.UnicodeScript script, java.lang.Object configurator, SequenceId id, IMetaInfo metaInfo)booleanDefaultTypographyApplier. applyOtfScript(TrueTypeFont font, GlyphLine glyphLine, java.lang.Character.UnicodeScript script, java.lang.Object configurator, SequenceId id, IMetaInfo metaInfo) -
Uses of TrueTypeFont in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type TrueTypeFont Modifier and Type Method Description (package private) voidPdfUA1Checker. checkNonSymbolicCmapSubtable(TrueTypeFont fontProgram)For all non-symbolic TrueType fonts used for rendering, the embedded TrueType font program shall contain one or several non-symbolic cmap entries such that all necessary glyph lookups can be carried out.(package private) voidPdfUA2Checker. checkNonSymbolicCmapSubtable(TrueTypeFont fontProgram)For all non-symbolic TrueType fonts used for rendering, the embedded TrueType font program shall contain at least the Microsoft Unicode (3, 1 – Platform ID = 3, Encoding ID = 1), or the Macintosh Roman (1, 0 – Platform ID = 1, Encoding ID = 0) “cmap” subtable.(package private) abstract voidPdfUAChecker. checkNonSymbolicCmapSubtable(TrueTypeFont fontProgram)Checks cmap entries present in the embedded TrueType font program of the non-symbolic TrueType font.(package private) voidPdfUA1Checker. checkSymbolicCmapSubtable(TrueTypeFont fontProgram)Checks cmap entries present in the embedded TrueType font program of the symbolic TrueType font.(package private) voidPdfUA2Checker. checkSymbolicCmapSubtable(TrueTypeFont fontProgram)Checks cmap entries present in the embedded TrueType font program of the symbolic TrueType font.(package private) abstract voidPdfUAChecker. checkSymbolicCmapSubtable(TrueTypeFont fontProgram)Checks cmap entries present in the embedded TrueType font program of the symbolic TrueType font.
-