[wadalabfont-kit] / java / MinchoRenderer.java  

Diff of /java/MinchoRenderer.java

Parent Directory | Revision Log

version 1.1, Thu Dec 28 08:54:22 2000 UTC version 1.2, Wed Jan 3 02:46:31 2001 UTC
Line 61 
Line 61 
     double s=Math.min(1.0,theta*0.7);      double s=Math.min(1.0,theta*0.7);
     double w1=(1-s)*ratio*w+s*w;      double w1=(1-s)*ratio*w+s*w;
     double r0=Math.max(0.66666,1.0+0.5*(1.0-1.0/ratio));      double r0=Math.max(0.66666,1.0+0.5*(1.0-1.0/ratio));
     Point a0=p0.  
   
     return curve2(points[0],points[1],points[2],      return curve2(points[0],points[1],points[2],
                  0.6,0.6,                   0.6,0.6,


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

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help