Cleanup: minor style, Javadoc and code changes

This commit is contained in:
David Kuettel
2013-04-10 18:25:12 -07:00
parent a9ce166190
commit e617737810
8 changed files with 20 additions and 9 deletions
@@ -17,11 +17,12 @@ import java.util.List;
import java.util.Map;
/**
* @author raph@google.com (Raph Levien)
*
* Experimental CMap encoder, based primarily on writing the _inverse_ encoding.
*
* @author raph@google.com (Raph Levien)
*/
public class CmapEncoder {
public static byte[] encode(Font font) {
int nGlyphs = font.<MaximumProfileTable>getTable(Tag.maxp).numGlyphs();
CMapTable cmapTable = font.getTable(Tag.cmap);