Uses of Class
com.itextpdf.io.font.TrueTypeFont
Packages that use TrueTypeFont
-
Uses of TrueTypeFont in com.itextpdf.kernel.font
Subclasses of TrueTypeFont in com.itextpdf.kernel.fontMethods in com.itextpdf.kernel.font that return TrueTypeFontModifier and TypeMethodDescription(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 TrueTypeFontModifier and TypeMethodDescriptionprivate static PdfTrueTypeFont
PdfFontFactory.createTrueTypeFontFromTrueTypeFontProgram
(TrueTypeFont fontProgram, String encoding, PdfFontFactory.EmbeddingStrategy embeddingStrategy) private static PdfType0Font
PdfFontFactory.createType0FontFromTrueTypeFontProgram
(TrueTypeFont fontProgram, String encoding, PdfFontFactory.EmbeddingStrategy embeddingStrategy) Constructors in com.itextpdf.kernel.font with parameters of type TrueTypeFontModifierConstructorDescription(package private)
PdfTrueTypeFont
(TrueTypeFont ttf, String encoding, boolean embedded) (package private)
PdfType0Font
(TrueTypeFont ttf, String cmap) -
Uses of TrueTypeFont in com.itextpdf.layout.renderer.typography
Methods in com.itextpdf.layout.renderer.typography with parameters of type TrueTypeFontModifier and TypeMethodDescriptionboolean
AbstractTypographyApplier.applyOtfScript
(TrueTypeFont font, GlyphLine glyphLine, Character.UnicodeScript script, Object configurator, SequenceId id, IMetaInfo metaInfo) boolean
DefaultTypographyApplier.applyOtfScript
(TrueTypeFont font, GlyphLine glyphLine, Character.UnicodeScript script, Object configurator, SequenceId id, IMetaInfo metaInfo)