Home
last modified time | relevance | path

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

/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/
H A DFontFactory.java122 public static final String TIMES_BOLDITALIC = BaseFont.TIMES_BOLDITALIC; field in FontFactory
150 trueTypeFonts.setProperty(TIMES_BOLDITALIC.toLowerCase(), TIMES_BOLDITALIC); in TIMES_BOLDITALIC.toLowerCase()
178 tmp.add(TIMES_BOLDITALIC);
H A DFont.java739 fontName = BaseFont.TIMES_BOLDITALIC; in getCalculatedBaseFont()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DFontFactory.java110 public static final String TIMES_BOLDITALIC = BaseFont.TIMES_BOLDITALIC; field in FontFactory
H A DFontFactoryImp.java108 …trueTypeFonts.setProperty(FontFactory.TIMES_BOLDITALIC.toLowerCase(), FontFactory.TIMES_BOLDITALIC in FontFactoryImp()
131 tmp.add(FontFactory.TIMES_BOLDITALIC); in FontFactoryImp()
H A DFont.java681 fontName = BaseFont.TIMES_BOLDITALIC; in getCalculatedBaseFont()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DBaseFont.java109 public static final String TIMES_BOLDITALIC = "Times-BoldItalic"; field in BaseFont
272 BuiltinFonts14.put(TIMES_BOLDITALIC, PdfName.TIMES_BOLDITALIC); in BuiltinFonts14.put() argument
H A DDefaultFontMapper.java142 fontKey = BaseFont.TIMES_BOLDITALIC; in awtToPdf()
H A DPdfName.java1518 public static final PdfName TIMES_BOLDITALIC = new PdfName("Times-BoldItalic"); field in PdfName
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBaseFont.java106 public static final String TIMES_BOLDITALIC = "Times-BoldItalic"; field in BaseFont
317 BuiltinFonts14.put(TIMES_BOLDITALIC, PdfName.TIMES_BOLDITALIC); in BuiltinFonts14.put() argument
H A DDefaultFontMapper.java137 fontKey = BaseFont.TIMES_BOLDITALIC; in awtToPdf()
H A DPdfName.java1505 public static final PdfName TIMES_BOLDITALIC = new PdfName("Times-BoldItalic"); field in PdfName