Home
last modified time | relevance | path

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

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFCIDFont.java191 protected String getPDFNameForCIDFontType(CIDFontType cidFontType) { in getPDFNameForCIDFontType() method in PDFCIDFont
218 p.append(getPDFNameForCIDFontType(this.cidtype)); in toPDFString()
264 bout.write(encode(getPDFNameForCIDFontType(this.cidtype))); in toPDF()