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 class
DocTrueTypeFont
Methods in com.itextpdf.kernel.font that return TrueTypeFont Modifier and Type Method Description (package private) static TrueTypeFont
DocTrueTypeFont. createFontProgram(PdfDictionary fontDictionary, CMapToUnicode toUnicode)
(package private) static TrueTypeFont
DocTrueTypeFont. 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 PdfTrueTypeFont
PdfFontFactory. createTrueTypeFontFromTrueTypeFontProgram(TrueTypeFont fontProgram, java.lang.String encoding, PdfFontFactory.EmbeddingStrategy embeddingStrategy)
private static PdfType0Font
PdfFontFactory. 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 boolean
AbstractTypographyApplier. applyOtfScript(TrueTypeFont font, GlyphLine glyphLine, java.lang.Character.UnicodeScript script, java.lang.Object configurator, SequenceId id, IMetaInfo metaInfo)
boolean
DefaultTypographyApplier. 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) void
PdfUA1Checker. 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) void
PdfUA2Checker. 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 void
PdfUAChecker. checkNonSymbolicCmapSubtable(TrueTypeFont fontProgram)
Checks cmap entries present in the embedded TrueType font program of the non-symbolic TrueType font.(package private) void
PdfUA1Checker. checkSymbolicCmapSubtable(TrueTypeFont fontProgram)
Checks cmap entries present in the embedded TrueType font program of the symbolic TrueType font.(package private) void
PdfUA2Checker. checkSymbolicCmapSubtable(TrueTypeFont fontProgram)
Checks cmap entries present in the embedded TrueType font program of the symbolic TrueType font.(package private) abstract void
PdfUAChecker. checkSymbolicCmapSubtable(TrueTypeFont fontProgram)
Checks cmap entries present in the embedded TrueType font program of the symbolic TrueType font.
-