"org/apache/pdfbox/resources/ttf/ArialMT.ttf");
Assert.assertNotNull(arialIs);
TTFParser parser = new TTFParser();
TrueTypeFont arial = parser.parseTTF(arialIs);
CMAPTable cmap = arial.getCMAP();
Assert.assertNotNull(cmap);
CMAPEncodingEntry[] cmaps = cmap.getCmaps();