Home
last modified time | relevance | path

Searched refs:FONT_TYPE_DOCUMENT (Results 1 – 13 of 13) sorted by relevance

/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfAppearance.java127 if (bf.getFontType() == BaseFont.FONT_TYPE_DOCUMENT) { in setFontAndSize()
H A DFontDetails.java178 case BaseFont.FONT_TYPE_DOCUMENT: { in convertToBytes()
H A DDocumentFont.java113 fontType = FONT_TYPE_DOCUMENT; in DocumentFont()
H A DBaseFont.java167 public static final int FONT_TYPE_DOCUMENT = 4; field in BaseFont
H A DPdfWriter.java1595 if (bf.getFontType() == BaseFont.FONT_TYPE_DOCUMENT) { in addSimple()
H A DAcroFields.java1000 if (bf.getFontType() == BaseFont.FONT_TYPE_DOCUMENT) { in setFieldProperty()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfAppearance.java141 if (bf.getFontType() == BaseFont.FONT_TYPE_DOCUMENT) { in setFontAndSize()
H A DFontDetails.java194 case BaseFont.FONT_TYPE_DOCUMENT: { in convertToBytes()
H A DDocumentFont.java115 fontType = FONT_TYPE_DOCUMENT; in DocumentFont()
H A DBaseFont.java195 public static final int FONT_TYPE_DOCUMENT = 4; field in BaseFont
H A DPdfWriter.java2141 if (bf.getFontType() == BaseFont.FONT_TYPE_DOCUMENT) { in addSimple()
H A DAcroFields.java993 if (bf.getFontType() == BaseFont.FONT_TYPE_DOCUMENT) { in setFieldProperty()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/LGPL/
H A DAcroFields.java979 if (bf.getFontType() == BaseFont.FONT_TYPE_DOCUMENT) { in setFieldProperty()