Uses of Class
com.itextpdf.io.font.Type1Font
-
Packages that use Type1Font Package Description com.itextpdf.io.font com.itextpdf.kernel.font -
-
Uses of Type1Font in com.itextpdf.io.font
Methods in com.itextpdf.io.font that return Type1Font Modifier and Type Method Description protected static Type1Font
Type1Font. createStandardFont(java.lang.String name)
-
Uses of Type1Font in com.itextpdf.kernel.font
Subclasses of Type1Font in com.itextpdf.kernel.font Modifier and Type Class Description (package private) class
DocType1Font
Methods in com.itextpdf.kernel.font that return Type1Font Modifier and Type Method Description (package private) static Type1Font
DocType1Font. createFontProgram(PdfDictionary fontDictionary, FontEncoding fontEncoding, CMapToUnicode toUnicode)
(package private) static Type1Font
DocType1Font. getType1Font(java.lang.String baseFont)
Methods in com.itextpdf.kernel.font with parameters of type Type1Font Modifier and Type Method Description private static PdfType1Font
PdfFontFactory. createFontFromType1FontProgram(Type1Font fontProgram, java.lang.String encoding, PdfFontFactory.EmbeddingStrategy embeddingStrategy)
Constructors in com.itextpdf.kernel.font with parameters of type Type1Font Constructor Description PdfType1Font(Type1Font type1Font, java.lang.String encoding)
PdfType1Font(Type1Font type1Font, java.lang.String encoding, boolean embedded)
-