*/
public Font parse(String webInfLibPath, String name)
throws IOException
{
MergePath mergePath = new MergePath();
mergePath.addClassPath();
File webInfLibFile = new File(webInfLibPath);
if(webInfLibPath != null && !webInfLibPath.isEmpty() && webInfLibFile.isDirectory())
{
Path webInfPath = Vfs.lookup(webInfLibFile.getAbsolutePath());