Home
last modified time | relevance | path

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

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/truetype/
H A DOTFSubSetFile.java292 FontDict fdFont = fdFonts.get(uniqueNewRef); in storeFDStrings() local
293 byte[] fdFontByteData = fdFont.getByteData(); in storeFDStrings()
601 FontDict fdFont = fdFonts.get(ref); in writeFDArray() local
602 byte[] fdFontByteData = fdFont.getByteData(); in writeFDArray()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fonts/truetype/
H A DOTFSubSetFileTestCase.java563 CFFDataReader.FontDict fdFont = cffReader.new FontDict() { in writeFDArray() local
576 fdFonts.add(fdFont); in writeFDArray()