[gforth] / gforth / wf.fs  

gforth: gforth/wf.fs

Diff for /gforth/wf.fs between version 1.36 and 1.37

version 1.36, Sun Jun 5 22:11:09 2005 UTC version 1.37, Mon Jun 13 19:36:41 2005 UTC
Line 192 
Line 192 
   scratch r> 0 max /string 0 max -zeros    scratch r> 0 max /string 0 max -zeros
   dup IF  '. emit  THEN  type ;    dup IF  '. emit  THEN  type ;
   
   12.9e FConstant pixels
   
 : size-does> ( -- )  DOES> ( -- )  : size-does> ( -- )  DOES> ( -- )
     ." img." dup body> >name .name      ." img." dup body> >name .name
     2@ ." { width: "      2@ ." { width: "
     s>d d>f 13.8e f/ f.size ." em; height: "      s>d d>f pixels f/ f.size ." em; height: "
     s>d d>f 13.8e f/ f.size ." em; }" cr ;      s>d d>f pixels f/ f.size ." em; }" cr ;
   
 : size-css ( file< > -- )  : size-css ( file< > -- )
     outfile-id >r      outfile-id >r


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help