103104105106107108109110111112113
cl = ClassLoader.getSystemClassLoader(); } URL resource = cl.getResource( resourcePath ); if (resource == null) { throw new FontRuntimeException( "Resource " + resourcePath + " could not be found on the classpath" ); } return resource; }