Files
luos/thirdparty/html2ps_pdf/font.constants.inc.php
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

11 lines
228 B
PHP

<?php
// $Header: /cvsroot/html2ps/font.constants.inc.php,v 1.3 2006/07/31 18:19:41 Konstantin Exp $
define('WEIGHT_NORMAL',1);
define('WEIGHT_BOLD',2);
define('FS_NORMAL',1);
define('FS_ITALIC',2);
define('FS_OBLIQUE',3);
?>