Methods in org.apache.fop.render.pdf.pdfbox with parameters of type FontContainer |
java.lang.String |
FOPPDFSingleByteFont.getMappedWord(java.util.List<java.lang.String> word,
byte[] bytes,
FontContainer oldFont)
|
java.lang.String |
FOPPDFMultiByteFont.getMappedWord(java.util.List<java.lang.String> word,
byte[] bytes,
FontContainer oldFont)
|
void |
MergeType1Fonts.readFont(java.io.InputStream fontFile,
java.lang.String name,
FontContainer font,
java.util.Map<java.lang.Integer,java.lang.Integer> subsetGlyphs,
boolean cid)
|
void |
MergeTTFonts.readFont(java.io.InputStream is,
java.lang.String name,
FontContainer fontContainer,
java.util.Map<java.lang.Integer,java.lang.Integer> subsetGlyphs,
boolean cid)
Returns a subset of the original font. |
void |
MergeCFFFonts.readFont(java.io.InputStream is,
java.lang.String name,
FontContainer fontContainer,
java.util.Map<java.lang.Integer,java.lang.Integer> subsetGlyphs,
boolean cid)
|
void |
MergeFonts.readFont(java.io.InputStream is,
java.lang.String name,
FontContainer fontContainer,
java.util.Map<java.lang.Integer,java.lang.Integer> subsetGlyphs,
boolean cid)
|