IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2005, 9:20:19 PM (21 years ago)
Author:
eugene
Message:

fixed unit-ed value compile errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/DrawRotString.c

    r4769 r5386  
    2525
    2626  /* apply appropriate offset */
     27  Xoff = Yoff = 0;
    2728  switch (pos) {
    2829  case 0: Xoff =     -dX; Yoff = dY; break;
     
    338339  /* compute string length */
    339340  /* PS fonts are somewhat different scales from bitmap font equivalents */
     341  fscale = 1.0;
    340342  if (!strcmp (currentname, "times")) fscale = 1.07;
    341343  if (!strcmp (currentname, "courier")) fscale = 1.5;
     
    346348 
    347349  /* apply appropriate offset */
     350  Xoff = Yoff = 0;
    348351  switch (pos) {
    349352  case 0: Xoff =     -dX; Yoff = -dY; break;
Note: See TracChangeset for help on using the changeset viewer.