Ejemplo n.º 1
0
 public virtual byte[] GetSubset(ICollection <int> glyphs, bool subset)
 {
     try {
         return(fontParser.GetSubset(glyphs, subset));
     }
     catch (System.IO.IOException e) {
         throw new iText.IO.IOException(iText.IO.IOException.IoException, e);
     }
 }