Ignore:
Timestamp:
2011/06/25 16:45:04 (15 years ago)
Author:
Seasoft
Message:

#1374 (依存ライブラリのアップデート)

  • FPDF 1.6 -> 1.7
  • FPDI 1.4 -> 1.4.1 (配置パスをFPDFから分離)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/module/fpdf/font/courier.php

    r20119 r20993  
    11<?php 
     2$type = 'Core'; 
     3$name = 'Courier'; 
     4$up = -100; 
     5$ut = 50; 
    26for($i=0;$i<=255;$i++) 
    3     $fpdf_charwidths['courier'][chr($i)]=600; 
    4 $fpdf_charwidths['courierB']=$fpdf_charwidths['courier']; 
    5 $fpdf_charwidths['courierI']=$fpdf_charwidths['courier']; 
    6 $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier']; 
     7    $cw[chr($i)] = 600; 
    78?> 
Note: See TracChangeset for help on using the changeset viewer.