* @return the width of the character
*/
private float getWidthFromCharProc(PDType3CharProc charProc) throws IOException
{
PreflightPath vPath = context.getValidationPath();
PreflightType3Stream parser = new PreflightType3Stream(context, vPath.getClosestPathElement(PDPage.class), charProc);
parser.showType3Character(charProc);
return parser.getWidth();
}