[wadalabfont-kit] / java / ShowSkeleton.java  

Diff of /java/ShowSkeleton.java

Parent Directory | Revision Log

version 1.2, Wed Jan 3 02:46:31 2001 UTC version 1.3, Thu Jan 4 10:23:56 2001 UTC
Line 49 
Line 49 
             }              }
         }          }
         g.setColor(Color.red);          g.setColor(Color.red);
         for(i=0;i<len;i++){          Outline[] outlines=skel.makeOutline(renderer);
             Outline[] outlines=renderer.elementRenderer(points,elements[i]);          for(i=0;i<outlines.length;i++){
             showOutline(g,outlines[0]);            showOutline(g,outlines[i]);
             showOutline(g,outlines[1]);  
         }          }
     }      }
   }    }


Generate output suitable for use with a patch program
Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help