IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2016, 12:03:10 PM (10 years ago)
Author:
eugene
Message:

fix space sizes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/rotfont/fixfont.c

    r38986 r39575  
    131131  }   
    132132
     133  // spaces are being set to zero width in the bdf files
     134  // set to width of 'i'
     135  font[32].dx   = font[105].dx;
     136  font[32].dy   = font[105].dy;
     137  font[32].dXps = font[105].dXps;
     138
    133139  for (i = 0; i < 256; i++) {
    134140    if (font[i].bits  == 0) {
Note: See TracChangeset for help on using the changeset viewer.