Uses of Class
com.itextpdf.io.font.TrueTypeFont
-
Packages that use TrueTypeFont Package Description com.itextpdf.kernel.font com.itextpdf.layout.renderer.typography -
-
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)
-