IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2010, 12:58:41 PM (16 years ago)
Author:
rhenders
Message:

Fixing fonts. Hardcoding path to arial font for time-being

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/roboczar.pl

    r28862 r28870  
    2626my $nebulous = new czartool::Nebulous($czarDb);
    2727my $pantasks = new czartool::Pantasks();
    28 my $czarplot = new czartool::Czarplot($czarDb, "%Y%m%d-%H%M%S", "png", "/tmp", $save_temps);
     28my $czarplot = new czartool::Czarplot($czarDb, "%Y%m%d-%H%M%S", "png font \"/usr/share/fonts/corefonts/arial.ttf\" 8", "/tmp", $save_temps); # TODO hardcoded font path
    2929$czarDb->setDateFormat("%Y%m%d-%H%i%s");
    3030
Note: See TracChangeset for help on using the changeset viewer.