package org.apache.fop.render.pdf; public interface CMap { public abstract char mapping(char ch); }