Ignore:
Timestamp:
11/16/06 01:05:22 (7 years ago)
Author:
sam
Message:
  • Define default layout as fullwidth for generated fonts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/tools/caca2tlf.c

    r1376 r1405  
    106106 
    107107    out = cucul_create_canvas(0, 0); 
    108     printf("tlf2a$ %u %u %u 0 4 0 0 0\n", gh, gh - 1, fgw + 2); 
     108    printf("tlf2a$ %u %u %u -1 4 0 0 0\n", gh, gh - 1, fgw + 2); 
    109109 
    110110    printf("==============================================" 
     
    236236    } 
    237237 
     238    if(ch == ' ' || ch == 0xa0) 
     239    { 
     240        cucul_draw_line(out, mygw - 1, 0, mygw - 1, gh - 1, '$'); 
     241        cucul_draw_line(out, mygw / 2, 0, mygw / 2, gh - 1, '$'); 
     242    } 
     243 
    238244    cucul_draw_line(out, mygw, 0, mygw, gh - 1, '@'); 
    239245    cucul_put_char(out, mygw + 1, gh - 1, '@'); 
Note: See TracChangeset for help on using the changeset viewer.