fix servicealert editor due to "end" field master
[busui.git] / lib / tcpdf / fonts / arialunicid0.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
$type='cidfont0';
$name='ArialUnicodeMS';
$desc=array('Ascent'=>1069,'Descent'=>-271,'CapHeight'=>1069,'Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth''';
$originalsize=23275812;
 
// CID Information
// Select your language
// unicode to cid conversion table is from
// ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/
// cid2code.txt in ac16.tar.Z,ag15.tar.Z,ak12.tar.Z and aj16.tar.Z.
 
//$enc='UniCNS-UTF16-H';
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'CNS1','Supplement'=>0);
//include(dirname(__FILE__).'/uni2cid_ac15.php');
 
//$enc='UniGB-UTF16-H';
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'GB1','Supplement'=>2);
//include(dirname(__FILE__).'/uni2cid_ag15.php');
 
//$enc='UniKS-UTF16-H';
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Korea1','Supplement'=>0);
//include(dirname(__FILE__).'/uni2cid_ak12.php');
 
$enc='UniJIS-UTF16-H';
$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Japan1','Supplement'=>5);
include(dirname(__FILE__).'/uni2cid_aj16.php');
// --- EOF ---