Uses of Class
com.itextpdf.io.font.Type1Font
Packages that use Type1Font
-
Uses of Type1Font in com.itextpdf.io.font
Methods in com.itextpdf.io.font that return Type1FontModifier and TypeMethodDescriptionprotected static Type1FontType1Font.createStandardFont(String name) -
Uses of Type1Font in com.itextpdf.kernel.font
Subclasses of Type1Font in com.itextpdf.kernel.fontSubclasses with type arguments of type Type1Font in com.itextpdf.kernel.fontMethods in com.itextpdf.kernel.font that return Type1FontModifier and TypeMethodDescription(package private) static Type1FontDocType1Font.createFontProgram(PdfDictionary fontDictionary, FontEncoding fontEncoding, CMapToUnicode toUnicode) (package private) static Type1FontDocType1Font.getType1Font(String baseFont) Methods in com.itextpdf.kernel.font with parameters of type Type1FontModifier and TypeMethodDescriptionprivate static PdfType1FontPdfFontFactory.createFontFromType1FontProgram(Type1Font fontProgram, String encoding, PdfFontFactory.EmbeddingStrategy embeddingStrategy) Constructors in com.itextpdf.kernel.font with parameters of type Type1FontModifierConstructorDescription(package private)PdfType1Font(Type1Font type1Font, String encoding) (package private)PdfType1Font(Type1Font type1Font, String encoding, boolean embedded)