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
/**
* Font data for DejaVu Sans.
* @package TCPDF
* @package com.tecnick.tcpdf
*/
$type='TrueTypeUnicode';
$name='DejaVuSans';

View File

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

View File

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

View File

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