Home
last modified time | relevance | path

Searched refs:TIMES_ITALIC (Results 1 – 11 of 11) sorted by relevance

/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/
H A DFontFactory.java119 public static final String TIMES_ITALIC = BaseFont.TIMES_ITALIC; field in FontFactory
149 trueTypeFonts.setProperty(TIMES_ITALIC.toLowerCase(), TIMES_ITALIC); in TIMES_ITALIC.toLowerCase()
177 tmp.add(TIMES_ITALIC);
H A DFont.java736 fontName = BaseFont.TIMES_ITALIC; in getCalculatedBaseFont()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DFontFactory.java107 public static final String TIMES_ITALIC = BaseFont.TIMES_ITALIC; field in FontFactory
H A DFontFactoryImp.java107 trueTypeFonts.setProperty(FontFactory.TIMES_ITALIC.toLowerCase(), FontFactory.TIMES_ITALIC); in FontFactoryImp()
130 tmp.add(FontFactory.TIMES_ITALIC); in FontFactoryImp()
H A DFont.java678 fontName = BaseFont.TIMES_ITALIC; in getCalculatedBaseFont()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DBaseFont.java106 public static final String TIMES_ITALIC = "Times-Italic"; field in BaseFont
273 BuiltinFonts14.put(TIMES_ITALIC, PdfName.TIMES_ITALIC); in BuiltinFonts14.put() argument
H A DDefaultFontMapper.java145 fontKey = BaseFont.TIMES_ITALIC; in awtToPdf()
H A DPdfName.java1516 public static final PdfName TIMES_ITALIC = new PdfName("Times-Italic"); field in PdfName
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBaseFont.java103 public static final String TIMES_ITALIC = "Times-Italic"; field in BaseFont
318 BuiltinFonts14.put(TIMES_ITALIC, PdfName.TIMES_ITALIC); in BuiltinFonts14.put() argument
H A DDefaultFontMapper.java140 fontKey = BaseFont.TIMES_ITALIC; in awtToPdf()
H A DPdfName.java1503 public static final PdfName TIMES_ITALIC = new PdfName("Times-Italic"); field in PdfName