openLogFile('../data/logManual2.txt'); //3.1.3.(オプショナル)フリー(トゥルー)タイプフォントファイル指定 $utgd->setFontFile('../lib/UTGD4/fonts/Abadi MT Condensed Light.ttf'); //3.1.4.(オプショナル)デバッグ機能設定 $utgd->setDebugOptions(TRUE); //3.1.5.画像サイズ設定 $utgd->setImageSize(800,NULL,NULL,30,0,5000); //3.1.6.画像オプション設定 $utgd->setImageOptions('white',NULL,5); //3.1.7.中間ファイルパース $utgd->parseBufferFile('../data/bufferManual.txt'); //3.1.8.XMLファイル指定・オープン $utgd->openXMLFile('../data/xmlManual.xml'); //3.1.9.画像枠作成 $utgd->createImage(); //3.1.10.図形描画 $utgd->drawImage(); //3.1.11.XMLファイル出力 $utgd->outputXMLFile(); //3.1.12.画像出力 $utgd->outputImage(); ?>