@@ -236,7 +236,7 module PDF_Chinese | |||||
236 | @x=@l_margin |
|
236 | @x=@l_margin | |
237 | end |
|
237 | end | |
238 |
|
238 | |||
239 | def Write(h,txt,link='') |
|
239 | def Write(h,txt,link='',fill=0) | |
240 | if(@current_font['type']=='Type0') |
|
240 | if(@current_font['type']=='Type0') | |
241 | MBWrite(h,txt,link) |
|
241 | MBWrite(h,txt,link) | |
242 | else |
|
242 | else |
@@ -224,7 +224,7 module PDF_Japanese | |||||
224 | @x=@l_margin |
|
224 | @x=@l_margin | |
225 | end |
|
225 | end | |
226 |
|
226 | |||
227 | def Write(h,txt,link='') |
|
227 | def Write(h,txt,link='',fill=0) | |
228 | if(@current_font['type']=='Type0') |
|
228 | if(@current_font['type']=='Type0') | |
229 | SJISWrite(h,txt,link) |
|
229 | SJISWrite(h,txt,link) | |
230 | else |
|
230 | else |
@@ -205,7 +205,7 UHC_widths={' ' => 333, '!' => 416, '"' => 416, '#' => 833, '$' => 625, '%' => 9 | |||||
205 | @x=@l_margin |
|
205 | @x=@l_margin | |
206 | end |
|
206 | end | |
207 |
|
207 | |||
208 | def Write(h,txt,link='') |
|
208 | def Write(h,txt,link='',fill=0) | |
209 | if(@current_font['type']=='Type0') |
|
209 | if(@current_font['type']=='Type0') | |
210 | MBWrite(h,txt,link) |
|
210 | MBWrite(h,txt,link) | |
211 | else |
|
211 | else |
General Comments 0
You need to be logged in to leave comments.
Login now