(ps_name, charmap)
| 815 | |
| 816 | @staticmethod |
| 817 | def _get_subsetted_psname(ps_name, charmap): |
| 818 | return PdfFile._get_subset_prefix(frozenset(charmap.values())) + ps_name |
| 819 | |
| 820 | def finalize(self): |
| 821 | """Write out the various deferred objects and the pdf end matter.""" |
no test coverage detected