21 lines
446 B
PHP
21 lines
446 B
PHP
<?php
|
|
$type = 'TrueType';
|
|
$name = 'DejaVuSans';
|
|
$desc = array(
|
|
'Ascent' => 928,
|
|
'Descent' => -236,
|
|
'CapHeight' => 928,
|
|
'Flags' => 4,
|
|
'FontBBox' => '[-917 -415 1682 1167]',
|
|
'ItalicAngle' => 0,
|
|
'StemV' => 87,
|
|
'MissingWidth' => 540,
|
|
);
|
|
$up = -100;
|
|
$ut = 50;
|
|
$cw = json_decode(file_get_contents(__DIR__ . '/dejavusans_cw.json'), true);
|
|
$enc = 'cp1252';
|
|
$diff = '' ;
|
|
$file = 'dejavusans.ttf.z';
|
|
$originalsize = 294260;
|