fleetvu/vexpense/dompdf/lib/fonts/dompdf_font_family_cache.php
2017-06-22 16:11:47 +05:30

148 lines
4.8 KiB
PHP

<?php return array (
'sans-serif' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Helvetica',
'bold' => DOMPDF_FONT_DIR . 'Helvetica-Bold',
'italic' => DOMPDF_FONT_DIR . 'Helvetica-Oblique',
'bold_italic' => DOMPDF_FONT_DIR . 'Helvetica-BoldOblique',
),
'times' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Times-Roman',
'bold' => DOMPDF_FONT_DIR . 'Times-Bold',
'italic' => DOMPDF_FONT_DIR . 'Times-Italic',
'bold_italic' => DOMPDF_FONT_DIR . 'Times-BoldItalic',
),
'times-roman' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Times-Roman',
'bold' => DOMPDF_FONT_DIR . 'Times-Bold',
'italic' => DOMPDF_FONT_DIR . 'Times-Italic',
'bold_italic' => DOMPDF_FONT_DIR . 'Times-BoldItalic',
),
'courier' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Courier',
'bold' => DOMPDF_FONT_DIR . 'Courier-Bold',
'italic' => DOMPDF_FONT_DIR . 'Courier-Oblique',
'bold_italic' => DOMPDF_FONT_DIR . 'Courier-BoldOblique',
),
'helvetica' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Helvetica',
'bold' => DOMPDF_FONT_DIR . 'Helvetica-Bold',
'italic' => DOMPDF_FONT_DIR . 'Helvetica-Oblique',
'bold_italic' => DOMPDF_FONT_DIR . 'Helvetica-BoldOblique',
),
'zapfdingbats' =>
array (
'normal' => DOMPDF_FONT_DIR . 'ZapfDingbats',
'bold' => DOMPDF_FONT_DIR . 'ZapfDingbats',
'italic' => DOMPDF_FONT_DIR . 'ZapfDingbats',
'bold_italic' => DOMPDF_FONT_DIR . 'ZapfDingbats',
),
'symbol' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Symbol',
'bold' => DOMPDF_FONT_DIR . 'Symbol',
'italic' => DOMPDF_FONT_DIR . 'Symbol',
'bold_italic' => DOMPDF_FONT_DIR . 'Symbol',
),
'serif' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Times-Roman',
'bold' => DOMPDF_FONT_DIR . 'Times-Bold',
'italic' => DOMPDF_FONT_DIR . 'Times-Italic',
'bold_italic' => DOMPDF_FONT_DIR . 'Times-BoldItalic',
),
'monospace' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Courier',
'bold' => DOMPDF_FONT_DIR . 'Courier-Bold',
'italic' => DOMPDF_FONT_DIR . 'Courier-Oblique',
'bold_italic' => DOMPDF_FONT_DIR . 'Courier-BoldOblique',
),
'fixed' =>
array (
'normal' => DOMPDF_FONT_DIR . 'Courier',
'bold' => DOMPDF_FONT_DIR . 'Courier-Bold',
'italic' => DOMPDF_FONT_DIR . 'Courier-Oblique',
'bold_italic' => DOMPDF_FONT_DIR . 'Courier-BoldOblique',
),
'dejavu sans' =>
array (
'bold' => DOMPDF_FONT_DIR . 'DejaVuSans-Bold',
'bold_italic' => DOMPDF_FONT_DIR . 'DejaVuSans-BoldOblique',
'italic' => DOMPDF_FONT_DIR . 'DejaVuSans-Oblique',
'normal' => DOMPDF_FONT_DIR . 'DejaVuSans',
),
'dejavu sans light' =>
array (
'normal' => DOMPDF_FONT_DIR . 'DejaVuSans-ExtraLight',
),
'dejavu sans condensed' =>
array (
'bold' => DOMPDF_FONT_DIR . 'DejaVuSansCondensed-Bold',
'bold_italic' => DOMPDF_FONT_DIR . 'DejaVuSansCondensed-BoldOblique',
'italic' => DOMPDF_FONT_DIR . 'DejaVuSansCondensed-Oblique',
'normal' => DOMPDF_FONT_DIR . 'DejaVuSansCondensed',
),
'dejavu sans mono' =>
array (
'bold' => DOMPDF_FONT_DIR . 'DejaVuSansMono-Bold',
'bold_italic' => DOMPDF_FONT_DIR . 'DejaVuSansMono-BoldOblique',
'italic' => DOMPDF_FONT_DIR . 'DejaVuSansMono-Oblique',
'normal' => DOMPDF_FONT_DIR . 'DejaVuSansMono',
),
'dejavu serif' =>
array (
'bold' => DOMPDF_FONT_DIR . 'DejaVuSerif-Bold',
'bold_italic' => DOMPDF_FONT_DIR . 'DejaVuSerif-BoldItalic',
'italic' => DOMPDF_FONT_DIR . 'DejaVuSerif-Italic',
'normal' => DOMPDF_FONT_DIR . 'DejaVuSerif',
),
'dejavu serif condensed' =>
array (
'bold' => DOMPDF_FONT_DIR . 'DejaVuSerifCondensed-Bold',
'bold_italic' => DOMPDF_FONT_DIR . 'DejaVuSerifCondensed-BoldItalic',
'italic' => DOMPDF_FONT_DIR . 'DejaVuSerifCondensed-Italic',
'normal' => DOMPDF_FONT_DIR . 'DejaVuSerifCondensed',
),
'calibri' =>
array (
'normal' => DOMPDF_FONT_DIR . '89759fffb86d371970487fda835a799b',
'bold' => DOMPDF_FONT_DIR . 'd1d4aafb99c0dd60b39f74b30a9d429e',
),
'glyphicons halflings' =>
array (
'normal' => DOMPDF_FONT_DIR . '37ab028d5dfcabb1492e4d65742a9385',
),
'fontawesome' =>
array (
'normal' => DOMPDF_FONT_DIR . '6eb453b828eb56aacdf50643e3d4308b',
),
'khula-regular' =>
array (
'normal' => DOMPDF_FONT_DIR . '7e60a450c6e5cb9237f5eff310bfbe34',
),
'khula-bold' =>
array (
'normal' => DOMPDF_FONT_DIR . '3fea46736de8f909a6544dd4f658dad0',
),
'feathericons' =>
array (
'normal' => DOMPDF_FONT_DIR . 'f4ff5c09909e608da0ca1300c5529e19',
),
'' =>
array (
'normal' => DOMPDF_FONT_DIR . 'ce3ed1ccc3ff56bc796456b5c4b7b3aa',
),
'cabinregular' =>
array (
'normal' => DOMPDF_FONT_DIR . '10ac6fa86a5fdeb3d91bd3912758b53e',
),
'quattrocento sans' =>
array (
'normal' => DOMPDF_FONT_DIR . '06ef6515cf325f5f08847f484ef4f720',
),
) ?>