Use same package as rest of tcpdf.

This commit is contained in:
Michal Čihař
2008-11-24 11:22:00 +00:00
parent fa77e97378
commit 2f457eebbd
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* Font data for DejaVu Sans. * Font data for DejaVu Sans.
* @package TCPDF * @package com.tecnick.tcpdf
*/ */
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSans'; $name='DejaVuSans';

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* Font data for DejaVu Sans Bold. * Font data for DejaVu Sans Bold.
* @package TCPDF * @package com.tecnick.tcpdf
*/ */
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSans-Bold'; $name='DejaVuSans-Bold';

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* Font data for DejaVu Serif. * Font data for DejaVu Serif.
* @package TCPDF * @package com.tecnick.tcpdf
*/ */
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSerif'; $name='DejaVuSerif';

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* Font data for DejaVu Serif Bold. * Font data for DejaVu Serif Bold.
* @package TCPDF * @package com.tecnick.tcpdf
*/ */
$type='TrueTypeUnicode'; $type='TrueTypeUnicode';
$name='DejaVuSerif-Bold'; $name='DejaVuSerif-Bold';