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