openLogFile('../data/logManual.txt'); //2.3.中間ファイル指定、オープン $utgd->openBufferFile('../data/bufferManual.txt'); //2.4.(オプショナル)フリー(トゥルー)タイプフォントファイル指定 $utgd->setFontFile('../lib/UTGD4/fonts/Abadi MT Condensed Light.ttf'); //2.5.描画カテゴリー設定 $utgd->insertCategory('GRAPH'); //2.6.描画メソッド実行 $utgd->drawLocus(500,1000,1,-1,15,NULL,'red','BoxSharp', 45,"Locus Name",'black','LEFT',10,'black', 'mouse(link=www.google.co.jp?q=locus)','comment'); //インデックス描画 $utgd->insertCategory('INDEX'); $utgd->drawIndex('Locus Index',1,'black',10,NULL,'CENTER','CENTER',0,0, 'mouse(link=www.google.co.jp?q=locus)','comment'); //2.7.(オプショナル)中間ファイルクローズ $utgd->closeBufferFile(); ?>