[wadalabfont-kit] / jis2prim / PatMatch.h  

Diff of /jis2prim/PatMatch.h

Parent Directory | Revision Log

version 1.2, Fri Feb 22 12:03:48 2002 UTC version 1.3, Tue Mar 19 00:33:14 2002 UTC
Line 41 
Line 41 
     vector<pixel> pixels;      vector<pixel> pixels;
     for(int i=0;i<width;i++)      for(int i=0;i<width;i++)
       for(int j=0;j<height;j++){        for(int j=0;j<height;j++){
         if(get(i,j)){          if(get(i,j)=='@'){
           pixels.push_back(pixel(x+i,y+j));            pixels.push_back(pixel(x+i,y+j));
         }          }
       }        }


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