├── .gitignore ├── LICENSE ├── README.md ├── assets ├── images │ └── move.png └── js │ └── jquery │ ├── images │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_flat_75_ffffff_40x100.png │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_dadada_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_glass_95_fef1ec_1x400.png │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_2e83ff_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_888888_256x240.png │ └── ui-icons_cd0a0a_256x240.png │ ├── ui.datepicker.css │ └── ui.datepicker.js ├── src ├── class-wp-admin-ui-export-pdf.php └── class-wp-admin-ui.php ├── vendor ├── PHP_XLSXWriter │ ├── LICENSE │ ├── README.md │ └── xlsxwriter.class.php └── tcpdf │ ├── LICENSE.TXT │ ├── README.md │ ├── config │ └── tcpdf_config.php │ ├── fonts │ ├── ae_fonts_2.0 │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── ChangeLog.9745.BAK │ │ └── README │ ├── aealarabiya.ctg.z │ ├── aealarabiya.php │ ├── aealarabiya.z │ ├── aefurat.ctg.z │ ├── aefurat.php │ ├── aefurat.z │ ├── cid0cs.php │ ├── cid0ct.php │ ├── cid0jp.php │ ├── cid0kr.php │ ├── courier.php │ ├── courierb.php │ ├── courierbi.php │ ├── courieri.php │ ├── dejavu-fonts-ttf-2.33 │ │ ├── AUTHORS │ │ ├── BUGS │ │ ├── LICENSE │ │ ├── NEWS │ │ ├── README │ │ ├── langcover.txt │ │ ├── status.txt │ │ └── unicover.txt │ ├── dejavu-fonts-ttf-2.34 │ │ ├── AUTHORS │ │ ├── BUGS │ │ ├── LICENSE │ │ ├── NEWS │ │ ├── README │ │ ├── langcover.txt │ │ ├── status.txt │ │ └── unicover.txt │ ├── dejavusans.ctg.z │ ├── dejavusans.php │ ├── dejavusans.z │ ├── dejavusansb.ctg.z │ ├── dejavusansb.php │ ├── dejavusansb.z │ ├── dejavusansbi.ctg.z │ ├── dejavusansbi.php │ ├── dejavusansbi.z │ ├── dejavusanscondensed.ctg.z │ ├── dejavusanscondensed.php │ ├── dejavusanscondensed.z │ ├── dejavusanscondensedb.ctg.z │ ├── dejavusanscondensedb.php │ ├── dejavusanscondensedb.z │ ├── dejavusanscondensedbi.ctg.z │ ├── dejavusanscondensedbi.php │ ├── dejavusanscondensedbi.z │ ├── dejavusanscondensedi.ctg.z │ ├── dejavusanscondensedi.php │ ├── dejavusanscondensedi.z │ ├── dejavusansextralight.ctg.z │ ├── dejavusansextralight.php │ ├── dejavusansextralight.z │ ├── dejavusansi.ctg.z │ ├── dejavusansi.php │ ├── dejavusansi.z │ ├── dejavusansmono.ctg.z │ ├── dejavusansmono.php │ ├── dejavusansmono.z │ ├── dejavusansmonob.ctg.z │ ├── dejavusansmonob.php │ ├── dejavusansmonob.z │ ├── dejavusansmonobi.ctg.z │ ├── dejavusansmonobi.php │ ├── dejavusansmonobi.z │ ├── dejavusansmonoi.ctg.z │ ├── dejavusansmonoi.php │ ├── dejavusansmonoi.z │ ├── dejavuserif.ctg.z │ ├── dejavuserif.php │ ├── dejavuserif.z │ ├── dejavuserifb.ctg.z │ ├── dejavuserifb.php │ ├── dejavuserifb.z │ ├── dejavuserifbi.ctg.z │ ├── dejavuserifbi.php │ ├── dejavuserifbi.z │ ├── dejavuserifcondensed.ctg.z │ ├── dejavuserifcondensed.php │ ├── dejavuserifcondensed.z │ ├── dejavuserifcondensedb.ctg.z │ ├── dejavuserifcondensedb.php │ ├── dejavuserifcondensedb.z │ ├── dejavuserifcondensedbi.ctg.z │ ├── dejavuserifcondensedbi.php │ ├── dejavuserifcondensedbi.z │ ├── dejavuserifcondensedi.ctg.z │ ├── dejavuserifcondensedi.php │ ├── dejavuserifcondensedi.z │ ├── dejavuserifi.ctg.z │ ├── dejavuserifi.php │ ├── dejavuserifi.z │ ├── freefont-20100919 │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── CREDITS │ │ ├── ChangeLog │ │ ├── INSTALL │ │ └── README │ ├── freefont-20120503 │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── CREDITS │ │ ├── ChangeLog │ │ ├── ChangeLog.10070.BAK │ │ ├── INSTALL │ │ ├── README │ │ ├── TROUBLESHOOTING │ │ └── USAGE │ ├── freemono.ctg.z │ ├── freemono.php │ ├── freemono.z │ ├── freemonob.ctg.z │ ├── freemonob.php │ ├── freemonob.z │ ├── freemonobi.ctg.z │ ├── freemonobi.php │ ├── freemonobi.z │ ├── freemonoi.ctg.z │ ├── freemonoi.php │ ├── freemonoi.z │ ├── freesans.ctg.z │ ├── freesans.php │ ├── freesans.z │ ├── freesansb.ctg.z │ ├── freesansb.php │ ├── freesansb.z │ ├── freesansbi.ctg.z │ ├── freesansbi.php │ ├── freesansbi.z │ ├── freesansi.ctg.z │ ├── freesansi.php │ ├── freesansi.z │ ├── freeserif.ctg.z │ ├── freeserif.php │ ├── freeserif.z │ ├── freeserifb.ctg.z │ ├── freeserifb.php │ ├── freeserifb.z │ ├── freeserifbi.ctg.z │ ├── freeserifbi.php │ ├── freeserifbi.z │ ├── freeserifi.ctg.z │ ├── freeserifi.php │ ├── freeserifi.z │ ├── helvetica.php │ ├── helveticab.php │ ├── helveticabi.php │ ├── helveticai.php │ ├── hysmyeongjostdmedium.php │ ├── kozgopromedium.php │ ├── kozminproregular.php │ ├── msungstdlight.php │ ├── pdfacourier.php │ ├── pdfacourier.z │ ├── pdfacourierb.php │ ├── pdfacourierb.z │ ├── pdfacourierbi.php │ ├── pdfacourierbi.z │ ├── pdfacourieri.php │ ├── pdfacourieri.z │ ├── pdfahelvetica.php │ ├── pdfahelvetica.z │ ├── pdfahelveticab.php │ ├── pdfahelveticab.z │ ├── pdfahelveticabi.php │ ├── pdfahelveticabi.z │ ├── pdfahelveticai.php │ ├── pdfahelveticai.z │ ├── pdfasymbol.php │ ├── pdfasymbol.z │ ├── pdfatimes.php │ ├── pdfatimes.z │ ├── pdfatimesb.php │ ├── pdfatimesb.z │ ├── pdfatimesbi.php │ ├── pdfatimesbi.z │ ├── pdfatimesi.php │ ├── pdfatimesi.z │ ├── pdfazapfdingbats.php │ ├── pdfazapfdingbats.z │ ├── stsongstdlight.php │ ├── symbol.php │ ├── times.php │ ├── timesb.php │ ├── timesbi.php │ ├── timesi.php │ ├── uni2cid_ac15.php │ ├── uni2cid_ag15.php │ ├── uni2cid_aj16.php │ ├── uni2cid_ak12.php │ └── zapfdingbats.php │ ├── include │ ├── barcodes │ │ ├── datamatrix.php │ │ ├── pdf417.php │ │ └── qrcode.php │ ├── sRGB.icc │ ├── tcpdf_colors.php │ ├── tcpdf_filters.php │ ├── tcpdf_font_data.php │ ├── tcpdf_fonts.php │ ├── tcpdf_images.php │ └── tcpdf_static.php │ ├── tcpdf.php │ ├── tcpdf_autoconfig.php │ ├── tcpdf_barcodes_1d.php │ ├── tcpdf_barcodes_2d.php │ ├── tcpdf_import.php │ ├── tcpdf_parser.php │ └── tools │ ├── .htaccess │ ├── convert_fonts_examples.txt │ └── tcpdf_addfont.php └── wp-admin-ui.php /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WP Admin UI 2 | 3 | A PHP class to build Admin interfaces within the WordPress Dashboard -- includes tables, add/edit forms, sorting, filtering, and exporting. 4 | 5 | ## Features 6 | 7 | There are actions and filters all over to enable extending functionality. 8 | 9 | ### Data sources 10 | 11 | * Custom array of data 12 | * SQL query that will get manipulated for pagination, sorting, and filtering 13 | 14 | ### Table lists 15 | 16 | This functionality is ssimilar to WP_List_Table but not an extension of it. 17 | 18 | * Creating a list table of data 19 | * Sorting of any column (SQL mode only) 20 | * Filtering of any column (SQL mode only) 21 | * Pagination of data 22 | * Delete items in table 23 | * Reorder items in table 24 | * Custom actions 25 | 26 | ### Add / Edit / Duplicate / View screens 27 | 28 | This functionality is similar to the post editor but not an extension of it. 29 | 30 | * Add new item 31 | * Edit item 32 | * Duplicate existing item with add new form 33 | * View item 34 | * Custom actions 35 | 36 | ### Exports 37 | 38 | * CSV - Comma-separated Values (w/ Excel support) 39 | * TSV - Tab-separated Values (w/ Excel support) 40 | * TXT - Pipe-separated Values (w/ Excel support) 41 | * XLSX - Excel format, using [PHP_XLSXWriter](https://github.com/mk-j/PHP_XLSXWriter) 42 | * XML - XML 1.0 UTF-8 data 43 | * JSON - JSON format 44 | * PDF - PDF printer friendly views, using [TCPDF](https://tcpdf.org/) 45 | * Custom - Custom delimiter separated Values (Update the report screen URL parameters to `&action=export&export_type=custom&export_delimiter=#` and change # to whatever delimiter you want) 46 | 47 | ### Column type support 48 | 49 | * Text 50 | * Date 51 | * Time 52 | * Date + Time 53 | * Related (via table of data) 54 | * Boolean (checkbox / yes+no) 55 | * Number (1,234 56 | * Decimal (234.99) 57 | -------------------------------------------------------------------------------- /assets/images/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/images/move.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /assets/js/jquery/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/assets/js/jquery/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /vendor/PHP_XLSXWriter/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 Mark Jones 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /vendor/PHP_XLSXWriter/README.md: -------------------------------------------------------------------------------- 1 | PHP_XLSXWriter 2 | ============== 3 | 4 | This library is designed to be lightweight, and have minimal memory usage. 5 | 6 | It is designed to output an Excel compatible spreadsheet in (Office 2007+) xlsx format, with just basic features supported: 7 | * supports PHP 5.2.1+ 8 | * takes UTF-8 encoded input 9 | * multiple worksheets 10 | * supports currency/date/numeric cell formatting, simple formulas 11 | * supports basic cell styling 12 | * supports writing huge 100K+ row spreadsheets 13 | 14 | [Never run out of memory with PHPExcel again](https://github.com/mk-j/PHP_XLSXWriter). 15 | 16 | Simple PHP CLI example: 17 | ```php 18 | $data = array( 19 | array('year','month','amount'), 20 | array('2003','1','220'), 21 | array('2003','2','153.5'), 22 | ); 23 | 24 | $writer = new XLSXWriter(); 25 | $writer->writeSheet($data); 26 | $writer->writeToFile('output.xlsx'); 27 | ``` 28 | 29 | Simple/Advanced Cell Formats: 30 | ```php 31 | $header = array( 32 | 'created'=>'date', 33 | 'product_id'=>'integer', 34 | 'quantity'=>'#,##0', 35 | 'amount'=>'price', 36 | 'description'=>'string', 37 | 'tax'=>'[$$-1009]#,##0.00;[RED]-[$$-1009]#,##0.00', 38 | ); 39 | $data = array( 40 | array('2015-01-01',873,1,'44.00','misc','=D2*0.05'), 41 | array('2015-01-12',324,2,'88.00','none','=D3*0.05'), 42 | ); 43 | 44 | $writer = new XLSXWriter(); 45 | $writer->writeSheetHeader('Sheet1', $header ); 46 | foreach($data as $row) 47 | $writer->writeSheetRow('Sheet1', $row ); 48 | $writer->writeToFile('example.xlsx'); 49 | ``` 50 | 51 | 50000 rows: (1.4s, 0MB memory usage) 52 | ```php 53 | include_once("xlsxwriter.class.php"); 54 | $writer = new XLSXWriter(); 55 | $writer->writeSheetHeader('Sheet1', array('c1'=>'integer','c2'=>'integer','c3'=>'integer','c4'=>'integer') ); 56 | for($i=0; $i<50000; $i++) 57 | { 58 | $writer->writeSheetRow('Sheet1', array($i, $i+1, $i+2, $i+3) ); 59 | } 60 | $writer->writeToFile('huge.xlsx'); 61 | echo '#'.floor((memory_get_peak_usage())/1024/1024)."MB"."\n"; 62 | ``` 63 | | rows | time | memory | 64 | | ------ | ---- | ------ | 65 | | 50000 | 1.4s | 0MB | 66 | | 100000 | 2.7s | 0MB | 67 | | 150000 | 4.1s | 0MB | 68 | | 200000 | 5.7s | 0MB | 69 | | 250000 | 7.0s | 0MB | 70 | 71 | Simple cell formats map to more advanced cell formats 72 | 73 | | simple formats | format code | 74 | | ---------- | ---- | 75 | | string | @ | 76 | | integer | 0 | 77 | | date | YYYY-MM-DD | 78 | | datetime | YYYY-MM-DD HH:MM:SS | 79 | | price | #,##0.00 | 80 | | dollar | [$$-1009]#,##0.00;[RED]-[$$-1009]#,##0.00 | 81 | | euro | #,##0.00 [$€-407];[RED]-#,##0.00 [$€-407] | 82 | 83 | 84 | Basic cell styles have been available since version 0.30 85 | 86 | | style | allowed values | 87 | | ------------ | ---- | 88 | | font | Arial, Times New Roman, Courier New, Comic Sans MS | 89 | | font-size | 8,9,10,11,12 ... | 90 | | font-style | bold, italic, underline, strikethrough or multiple ie: 'bold,italic' | 91 | | border | left, right, top, bottom, or multiple ie: 'top,left' | 92 | | border-style | thin, medium, thick, dashDot, dashDotDot, dashed, dotted, double, hair, mediumDashDot, mediumDashDotDot, mediumDashed, slantDashDot | 93 | | border-color | #RRGGBB, ie: #ff99cc or #f9c | 94 | | color | #RRGGBB, ie: #ff99cc or #f9c | 95 | | fill | #RRGGBB, ie: #eeffee or #efe | 96 | | halign | general, left, right, justify, center | 97 | | valign | bottom, center, distributed | 98 | 99 | 100 | -------------------------------------------------------------------------------- /vendor/tcpdf/README.md: -------------------------------------------------------------------------------- 1 | # TCPDF 2 | *PHP PDF Library* 3 | 4 | [![Donate via PayPal](https://img.shields.io/badge/donate-paypal-87ceeb.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20TCPDF%20project) 5 | *Please consider supporting this project by making a donation via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20TCPDF%20project)* 6 | 7 | * **category** Library 8 | * **author** Nicola Asuni 9 | * **copyright** 2002-2018 Nicola Asuni - Tecnick.com LTD 10 | * **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) 11 | * **link** http://www.tcpdf.org 12 | * **source** https://github.com/tecnickcom/TCPDF 13 | 14 | 15 | ## IMPORTANT 16 | A new version of this library is under development at https://github.com/tecnickcom/tc-lib-pdf and as a consequence this version will not receive any additional development or support. 17 | This version should be considered obsolete, new projects should use the new version as soon it will become stable. 18 | 19 | 20 | 21 | ## Description 22 | 23 | PHP library for generating PDF documents on-the-fly. 24 | 25 | ### Main Features: 26 | * no external libraries are required for the basic functions; 27 | * all standard page formats, custom page formats, custom margins and units of measure; 28 | * UTF-8 Unicode and Right-To-Left languages; 29 | * TrueTypeUnicode, OpenTypeUnicode v1, TrueType, OpenType v1, Type1 and CID-0 fonts; 30 | * font subsetting; 31 | * methods to publish some XHTML + CSS code, Javascript and Forms; 32 | * images, graphic (geometric figures) and transformation methods; 33 | * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/script/formats.php) 34 | * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extension, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417; 35 | * JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies; 36 | * automatic page header and footer management; 37 | * document encryption up to 256 bit and digital signature certifications; 38 | * transactions to UNDO commands; 39 | * PDF annotations, including links, text and file attachments; 40 | * text rendering modes (fill, stroke and clipping); 41 | * multiple columns mode; 42 | * no-write page regions; 43 | * bookmarks, named destinations and table of content; 44 | * text hyphenation; 45 | * text stretching and spacing (tracking); 46 | * automatic page break, line break and text alignments including justification; 47 | * automatic page numbering and page groups; 48 | * move and delete pages; 49 | * page compression (requires php-zlib extension); 50 | * XOBject Templates; 51 | * Layers and object visibility. 52 | * PDF/A-1b support. 53 | 54 | ### Third party fonts: 55 | 56 | This library may include third party font files released with different licenses. 57 | 58 | All the PHP files on the fonts directory are subject to the general TCPDF license (GNU-LGPLv3), 59 | they do not contain any binary data but just a description of the general properties of a particular font. 60 | These files can be also generated on the fly using the font utilities and TCPDF methods. 61 | 62 | All the original binary TTF font files have been renamed for compatibility with TCPDF and compressed using the gzcompress PHP function that uses the ZLIB data format (.z files). 63 | 64 | The binary files (.z) that begins with the prefix "free" have been extracted from the GNU FreeFont collection (GNU-GPLv3). 65 | The binary files (.z) that begins with the prefix "pdfa" have been derived from the GNU FreeFont, so they are subject to the same license. 66 | For the details of Copyright, License and other information, please check the files inside the directory fonts/freefont-20120503 67 | Link : http://www.gnu.org/software/freefont/ 68 | 69 | The binary files (.z) that begins with the prefix "dejavu" have been extracted from the DejaVu fonts 2.33 (Bitstream) collection. 70 | For the details of Copyright, License and other information, please check the files inside the directory fonts/dejavu-fonts-ttf-2.33 71 | Link : http://dejavu-fonts.org 72 | 73 | The binary files (.z) that begins with the prefix "ae" have been extracted from the Arabeyes.org collection (GNU-GPLv2). 74 | Link : http://projects.arabeyes.org/ 75 | 76 | ### ICC profile: 77 | 78 | TCPDF includes the sRGB.icc profile from the icc-profiles-free Debian package: 79 | https://packages.debian.org/source/stable/icc-profiles-free 80 | 81 | 82 | ## Developer(s) Contact 83 | 84 | * Nicola Asuni 85 | -------------------------------------------------------------------------------- /vendor/tcpdf/config/tcpdf_config.php: -------------------------------------------------------------------------------- 1 | . 27 | // 28 | // See LICENSE.TXT file for more information. 29 | //============================================================+ 30 | 31 | /** 32 | * Configuration file for TCPDF. 33 | * @author Nicola Asuni 34 | * @package com.tecnick.tcpdf 35 | * @version 4.9.005 36 | * @since 2004-10-27 37 | */ 38 | 39 | // IMPORTANT: 40 | // If you define the constant K_TCPDF_EXTERNAL_CONFIG, all the following settings will be ignored. 41 | // If you use the tcpdf_autoconfig.php, then you can overwrite some values here. 42 | 43 | 44 | /** 45 | * Installation path (/var/www/tcpdf/). 46 | * By default it is automatically calculated but you can also set it as a fixed string to improve performances. 47 | */ 48 | //define ('K_PATH_MAIN', ''); 49 | 50 | /** 51 | * URL path to tcpdf installation folder (http://localhost/tcpdf/). 52 | * By default it is automatically set but you can also set it as a fixed string to improve performances. 53 | */ 54 | //define ('K_PATH_URL', ''); 55 | 56 | /** 57 | * Path for PDF fonts. 58 | * By default it is automatically set but you can also set it as a fixed string to improve performances. 59 | */ 60 | //define ('K_PATH_FONTS', K_PATH_MAIN.'fonts/'); 61 | 62 | /** 63 | * Default images directory. 64 | * By default it is automatically set but you can also set it as a fixed string to improve performances. 65 | */ 66 | //define ('K_PATH_IMAGES', ''); 67 | 68 | /** 69 | * Deafult image logo used be the default Header() method. 70 | * Please set here your own logo or an empty string to disable it. 71 | */ 72 | //define ('PDF_HEADER_LOGO', ''); 73 | 74 | /** 75 | * Header logo image width in user units. 76 | */ 77 | //define ('PDF_HEADER_LOGO_WIDTH', 0); 78 | 79 | /** 80 | * Cache directory for temporary files (full path). 81 | */ 82 | //define ('K_PATH_CACHE', '/tmp/'); 83 | 84 | /** 85 | * Generic name for a blank image. 86 | */ 87 | define ('K_BLANK_IMAGE', '_blank.png'); 88 | 89 | /** 90 | * Page format. 91 | */ 92 | define ('PDF_PAGE_FORMAT', 'A4'); 93 | 94 | /** 95 | * Page orientation (P=portrait, L=landscape). 96 | */ 97 | define ('PDF_PAGE_ORIENTATION', 'P'); 98 | 99 | /** 100 | * Document creator. 101 | */ 102 | define ('PDF_CREATOR', 'TCPDF'); 103 | 104 | /** 105 | * Document author. 106 | */ 107 | define ('PDF_AUTHOR', 'TCPDF'); 108 | 109 | /** 110 | * Header title. 111 | */ 112 | define ('PDF_HEADER_TITLE', 'TCPDF Example'); 113 | 114 | /** 115 | * Header description string. 116 | */ 117 | define ('PDF_HEADER_STRING', "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org"); 118 | 119 | /** 120 | * Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]. 121 | */ 122 | define ('PDF_UNIT', 'mm'); 123 | 124 | /** 125 | * Header margin. 126 | */ 127 | define ('PDF_MARGIN_HEADER', 5); 128 | 129 | /** 130 | * Footer margin. 131 | */ 132 | define ('PDF_MARGIN_FOOTER', 10); 133 | 134 | /** 135 | * Top margin. 136 | */ 137 | define ('PDF_MARGIN_TOP', 27); 138 | 139 | /** 140 | * Bottom margin. 141 | */ 142 | define ('PDF_MARGIN_BOTTOM', 25); 143 | 144 | /** 145 | * Left margin. 146 | */ 147 | define ('PDF_MARGIN_LEFT', 15); 148 | 149 | /** 150 | * Right margin. 151 | */ 152 | define ('PDF_MARGIN_RIGHT', 15); 153 | 154 | /** 155 | * Default main font name. 156 | */ 157 | define ('PDF_FONT_NAME_MAIN', 'helvetica'); 158 | 159 | /** 160 | * Default main font size. 161 | */ 162 | define ('PDF_FONT_SIZE_MAIN', 10); 163 | 164 | /** 165 | * Default data font name. 166 | */ 167 | define ('PDF_FONT_NAME_DATA', 'helvetica'); 168 | 169 | /** 170 | * Default data font size. 171 | */ 172 | define ('PDF_FONT_SIZE_DATA', 8); 173 | 174 | /** 175 | * Default monospaced font name. 176 | */ 177 | define ('PDF_FONT_MONOSPACED', 'courier'); 178 | 179 | /** 180 | * Ratio used to adjust the conversion of pixels to user units. 181 | */ 182 | define ('PDF_IMAGE_SCALE_RATIO', 1.25); 183 | 184 | /** 185 | * Magnification factor for titles. 186 | */ 187 | define('HEAD_MAGNIFICATION', 1.1); 188 | 189 | /** 190 | * Height of cell respect font height. 191 | */ 192 | define('K_CELL_HEIGHT_RATIO', 1.25); 193 | 194 | /** 195 | * Title magnification respect main font size. 196 | */ 197 | define('K_TITLE_MAGNIFICATION', 1.3); 198 | 199 | /** 200 | * Reduction factor for small font. 201 | */ 202 | define('K_SMALL_RATIO', 2/3); 203 | 204 | /** 205 | * Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language. 206 | */ 207 | define('K_THAI_TOPCHARS', true); 208 | 209 | /** 210 | * If true allows to call TCPDF methods using HTML syntax 211 | * IMPORTANT: For security reason, disable this feature if you are printing user HTML content. 212 | */ 213 | define('K_TCPDF_CALLS_IN_HTML', false); 214 | 215 | /** 216 | * If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution. 217 | */ 218 | define('K_TCPDF_THROW_EXCEPTION_ERROR', false); 219 | 220 | /** 221 | * Default timezone for datetime functions 222 | */ 223 | define('K_TIMEZONE', 'UTC'); 224 | 225 | //============================================================+ 226 | // END OF FILE 227 | //============================================================+ 228 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/ae_fonts_2.0/README: -------------------------------------------------------------------------------- 1 | This project aims at increasing the number of available Arabic free and 2 | open source fonts. The goals of this project are, 3 | 4 | * Create and/or salvage high quality free and open TTF Arabic fonts. 5 | 6 | * Create a central repository of all free and open source Arabic fonts 7 | (TTF and otherwise) in order to get them included into the various 8 | distributions. 9 | 10 | * To better couple and artistically match Arabic fonts to their latin 11 | counterparts. 12 | 13 | You can visit our web page 14 | http://www.arabeyes.org/project.php?proj=Khotot 15 | 16 | This software package/product and attached documentations are provided 17 | "as is", with no warranty. 18 | 19 | -* www.arabeyes.org *- 20 | 21 | If you'd like to help the Arabeyes Project, then consider: 22 | 23 | http://www.arabeyes.org/donate.php 24 | 25 | Typeface and data © 2003-2007, Arabeyes.org. 26 | 27 | Latin glyphs (U+0021-U+007E, U+00A1-U+0237, U+1E00-U+1EF9 and 28 | U+FB00-U+FB06 Unicode ranges) are based on "Free UCS Outline Fonts", 29 | www.nongnu.org/freefont (Copyleft 2002, 2003, 2005 Free Software 30 | Foundation). 31 | 32 | These fonts are subject to the GNU GENERAL PUBLIC (GPL) LICENSE (Version 2). 33 | See COPYING for details or http://www.gnu.org/copyleft/gpl.html 34 | 35 | As a special exception, if you create a document which uses this 36 | font, and embed this font or unaltered portions of this font into the 37 | document, this font does not by itself cause the resulting document to 38 | be covered by the GNU General Public License. This exception does not 39 | however invalidate any other reasons why the document might be covered 40 | by the GNU General Public License. If you modify this font, you may 41 | extend this exception to your version of the font, but you are not 42 | obligated to do so. If you do not wish to do so, delete this exception 43 | statement from your version. 44 | 45 | Release Notes 46 | ------------- 47 | 2.0 48 | This the second major release of Arabeyes fonts, this release features: 49 | * Completely new Latin Glyphs, based on font distributed by FreeFonts project 50 | (See the legal notes above) 51 | * Proper support for Arabic diacritics; all fonts now have anchor points 52 | adjusted manually to fit nicely with each glyph. 53 | * Diacritics for AlMothnna, AlArabiya and Tholoth fonts have been redisigned 54 | too look better and fit with the style of the font. 55 | * We dropped ae_ prefix from all fonts, so please fix your configuration 56 | files. 57 | * Various other small fixes, see ChangeLog file for details. 58 | 59 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/aealarabiya.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/aealarabiya.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/aealarabiya.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/aealarabiya.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/aefurat.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/aefurat.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/aefurat.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/aefurat.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/courier.php: -------------------------------------------------------------------------------- 1 | 33,'FontBBox'=>'[-23 -250 715 805]','ItalicAngle'=>0,'Ascent'=>805,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>426,'StemV'=>51,'StemH'=>51,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/courierb.php: -------------------------------------------------------------------------------- 1 | 33,'FontBBox'=>'[-113 -250 749 801]','ItalicAngle'=>0,'Ascent'=>801,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>439,'StemV'=>106,'StemH'=>84,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/courierbi.php: -------------------------------------------------------------------------------- 1 | 97,'FontBBox'=>'[-57 -250 869 801]','ItalicAngle'=>-12,'Ascent'=>801,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>439,'StemV'=>106,'StemH'=>84,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/courieri.php: -------------------------------------------------------------------------------- 1 | 97,'FontBBox'=>'[-27 -250 849 805]','ItalicAngle'=>-12,'Ascent'=>805,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>426,'StemV'=>51,'StemH'=>51,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS: -------------------------------------------------------------------------------- 1 | abysta at yandex.ru 2 | Adrian Schroeter 3 | Aleksey Chalabyan 4 | Andrey Valentinovich Panov 5 | Ben Laenen 6 | Besarion Gugushvili 7 | Bhikkhu Pesala 8 | Clayborne Arevalo 9 | Dafydd Harries 10 | Danilo Segan 11 | Davide Viti 12 | David Jez 13 | David Lawrence Ramsey 14 | Denis Jacquerye 15 | Dwayne Bailey 16 | Eugeniy Meshcheryakov 17 | Gee Fung Sit 18 | Heikki Lindroos 19 | James Cloos 20 | James Crippen 21 | John Karp 22 | Keenan Pepper 23 | Lars Naesbye Christensen 24 | Lior Halphon 25 | MaEr 26 | Mashrab Kuvatov 27 | Max Berger 28 | Mederic Boquien 29 | Michael Everson 30 | MihailJP 31 | Misu Moldovan 32 | Nguyen Thai Ngoc Duy 33 | Nicolas Mailhot 34 | Norayr Chilingarian 35 | Ognyan Kulev 36 | Ondrej Koala Vacha 37 | Peter Cernak 38 | Remy Oudompheng 39 | Roozbeh Pournader 40 | Rouben Hakobian 41 | Sahak Petrosyan 42 | Sander Vesik 43 | Stepan Roh 44 | Stephen Hartke 45 | Steve Tinney 46 | Tavmjong Bah 47 | Thomas Henlich 48 | Tim May 49 | Valentin Stoykov 50 | Vasek Stodulka 51 | Wesley Transue 52 | 53 | $Id: AUTHORS 2461 2011-02-18 16:38:20Z ben_laenen $ 54 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS: -------------------------------------------------------------------------------- 1 | See http://dejavu.sourceforge.net/wiki/index.php/Bugs 2 | 3 | $Id: BUGS 80 2004-11-13 13:12:02Z src $ 4 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE: -------------------------------------------------------------------------------- 1 | Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. 2 | Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) 3 | 4 | Bitstream Vera Fonts Copyright 5 | ------------------------------ 6 | 7 | Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is 8 | a trademark of Bitstream, Inc. 9 | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy 11 | of the fonts accompanying this license ("Fonts") and associated 12 | documentation files (the "Font Software"), to reproduce and distribute the 13 | Font Software, including without limitation the rights to use, copy, merge, 14 | publish, distribute, and/or sell copies of the Font Software, and to permit 15 | persons to whom the Font Software is furnished to do so, subject to the 16 | following conditions: 17 | 18 | The above copyright and trademark notices and this permission notice shall 19 | be included in all copies of one or more of the Font Software typefaces. 20 | 21 | The Font Software may be modified, altered, or added to, and in particular 22 | the designs of glyphs or characters in the Fonts may be modified and 23 | additional glyphs or characters may be added to the Fonts, only if the fonts 24 | are renamed to names not containing either the words "Bitstream" or the word 25 | "Vera". 26 | 27 | This License becomes null and void to the extent applicable to Fonts or Font 28 | Software that has been modified and is distributed under the "Bitstream 29 | Vera" names. 30 | 31 | The Font Software may be sold as part of a larger software package but no 32 | copy of one or more of the Font Software typefaces may be sold by itself. 33 | 34 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 35 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, 36 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, 37 | TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME 38 | FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING 39 | ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, 40 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 41 | THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE 42 | FONT SOFTWARE. 43 | 44 | Except as contained in this notice, the names of Gnome, the Gnome 45 | Foundation, and Bitstream Inc., shall not be used in advertising or 46 | otherwise to promote the sale, use or other dealings in this Font Software 47 | without prior written authorization from the Gnome Foundation or Bitstream 48 | Inc., respectively. For further information, contact: fonts at gnome dot 49 | org. 50 | 51 | Arev Fonts Copyright 52 | ------------------------------ 53 | 54 | Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. 55 | 56 | Permission is hereby granted, free of charge, to any person obtaining 57 | a copy of the fonts accompanying this license ("Fonts") and 58 | associated documentation files (the "Font Software"), to reproduce 59 | and distribute the modifications to the Bitstream Vera Font Software, 60 | including without limitation the rights to use, copy, merge, publish, 61 | distribute, and/or sell copies of the Font Software, and to permit 62 | persons to whom the Font Software is furnished to do so, subject to 63 | the following conditions: 64 | 65 | The above copyright and trademark notices and this permission notice 66 | shall be included in all copies of one or more of the Font Software 67 | typefaces. 68 | 69 | The Font Software may be modified, altered, or added to, and in 70 | particular the designs of glyphs or characters in the Fonts may be 71 | modified and additional glyphs or characters may be added to the 72 | Fonts, only if the fonts are renamed to names not containing either 73 | the words "Tavmjong Bah" or the word "Arev". 74 | 75 | This License becomes null and void to the extent applicable to Fonts 76 | or Font Software that has been modified and is distributed under the 77 | "Tavmjong Bah Arev" names. 78 | 79 | The Font Software may be sold as part of a larger software package but 80 | no copy of one or more of the Font Software typefaces may be sold by 81 | itself. 82 | 83 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 84 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 85 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 86 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL 87 | TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 88 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 89 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 90 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 91 | OTHER DEALINGS IN THE FONT SOFTWARE. 92 | 93 | Except as contained in this notice, the name of Tavmjong Bah shall not 94 | be used in advertising or otherwise to promote the sale, use or other 95 | dealings in this Font Software without prior written authorization 96 | from Tavmjong Bah. For further information, contact: tavmjong @ free 97 | . fr. 98 | 99 | $Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $ 100 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.33/README: -------------------------------------------------------------------------------- 1 | DejaVu fonts 2.33 (c)2004-2011 DejaVu fonts team 2 | ------------------------------------------------ 3 | 4 | The DejaVu fonts are a font family based on the Bitstream Vera Fonts 5 | (http://gnome.org/fonts/). Its purpose is to provide a wider range of 6 | characters (see status.txt for more information) while maintaining the 7 | original look and feel. 8 | 9 | DejaVu fonts are based on Bitstream Vera fonts version 1.10. 10 | 11 | Available fonts (Sans = sans serif, Mono = monospaced): 12 | 13 | DejaVu Sans Mono 14 | DejaVu Sans Mono Bold 15 | DejaVu Sans Mono Bold Oblique 16 | DejaVu Sans Mono Oblique 17 | DejaVu Sans 18 | DejaVu Sans Bold 19 | DejaVu Sans Bold Oblique 20 | DejaVu Sans Oblique 21 | DejaVu Sans ExtraLight (experimental) 22 | DejaVu Serif 23 | DejaVu Serif Bold 24 | DejaVu Serif Bold Italic (experimental) 25 | DejaVu Serif Italic (experimental) 26 | DejaVu Sans Condensed (experimental) 27 | DejaVu Sans Condensed Bold (experimental) 28 | DejaVu Sans Condensed Bold Oblique (experimental) 29 | DejaVu Sans Condensed Oblique (experimental) 30 | DejaVu Serif Condensed (experimental) 31 | DejaVu Serif Condensed Bold (experimental) 32 | DejaVu Serif Condensed Bold Italic (experimental) 33 | DejaVu Serif Condensed Italic (experimental) 34 | 35 | All fonts are also available as derivative called DejaVu LGC with support 36 | only for Latin, Greek and Cyrillic scripts. 37 | 38 | For license information see LICENSE. What's new is described in NEWS. Known 39 | bugs are in BUGS. All authors are mentioned in AUTHORS. 40 | 41 | Fonts are published in source form as SFD files (Spline Font Database from 42 | FontForge - http://fontforge.sf.net/) and in compiled form as TTF files 43 | (TrueType fonts). 44 | 45 | For more information go to http://dejavu.sourceforge.net/. 46 | 47 | Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah: 48 | --------------------------- 49 | U+01BA, U+01BF, U+01F7, U+021C-U+021D, U+0220, U+0222-U+0223, 50 | U+02B9, U+02BA, U+02BD, U+02C2-U+02C5, U+02d4-U+02D5, 51 | U+02D7, U+02EC-U+02EE, U+0346-U+034E, U+0360, U+0362, 52 | U+03E2-03EF, U+0460-0463, U+0466-U+0486, U+0488-U+0489, U+04A8-U+04A9, 53 | U+0500-U+050F, U+2055-205E, U+20B0, U+20B2-U+20B3, U+2102, U+210D, U+210F, 54 | U+2111, U+2113, U+2115, U+2118-U+211A, U+211C-U+211D, U+2124, U+2135, 55 | U+213C-U+2140, U+2295-U+2298, U+2308-U+230B, U+26A2-U+26B1, U+2701-U+2704, 56 | U+2706-U+2709, U+270C-U+274B, U+2758-U+275A, U+2761-U+2775, U+2780-U+2794, 57 | U+2798-U+27AF, U+27B1-U+27BE, U+FB05-U+FB06 58 | 59 | $Id: README 2471 2011-02-27 14:25:15Z ben_laenen $ 60 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS: -------------------------------------------------------------------------------- 1 | abysta at yandex.ru 2 | Adrian Schroeter 3 | Aleksey Chalabyan 4 | Andrey Valentinovich Panov 5 | Ben Laenen 6 | Besarion Gugushvili 7 | Bhikkhu Pesala 8 | Clayborne Arevalo 9 | Dafydd Harries 10 | Danilo Segan 11 | Davide Viti 12 | David Jez 13 | David Lawrence Ramsey 14 | Denis Jacquerye 15 | Dwayne Bailey 16 | Eugeniy Meshcheryakov 17 | Gee Fung Sit 18 | Heikki Lindroos 19 | James Cloos 20 | James Crippen 21 | John Karp 22 | Keenan Pepper 23 | Lars Naesbye Christensen 24 | Lior Halphon 25 | MaEr 26 | Mashrab Kuvatov 27 | Max Berger 28 | Mederic Boquien 29 | Michael Everson 30 | MihailJP 31 | Misu Moldovan 32 | Nguyen Thai Ngoc Duy 33 | Nicolas Mailhot 34 | Norayr Chilingarian 35 | Ognyan Kulev 36 | Ondrej Koala Vacha 37 | Peter Cernak 38 | Remy Oudompheng 39 | Roozbeh Pournader 40 | Rouben Hakobian 41 | Sahak Petrosyan 42 | Sander Vesik 43 | Stepan Roh 44 | Stephen Hartke 45 | Steve Tinney 46 | Tavmjong Bah 47 | Thomas Henlich 48 | Tim May 49 | Valentin Stoykov 50 | Vasek Stodulka 51 | Wesley Transue 52 | Yoshiki Ohshima 53 | 54 | $Id: AUTHORS 2495 2011-11-14 22:56:26Z noct_dreamer $ 55 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS: -------------------------------------------------------------------------------- 1 | See http://dejavu.sourceforge.net/wiki/index.php/Bugs 2 | 3 | $Id: BUGS 80 2004-11-13 13:12:02Z src $ 4 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE: -------------------------------------------------------------------------------- 1 | Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. 2 | Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) 3 | 4 | Bitstream Vera Fonts Copyright 5 | ------------------------------ 6 | 7 | Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is 8 | a trademark of Bitstream, Inc. 9 | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy 11 | of the fonts accompanying this license ("Fonts") and associated 12 | documentation files (the "Font Software"), to reproduce and distribute the 13 | Font Software, including without limitation the rights to use, copy, merge, 14 | publish, distribute, and/or sell copies of the Font Software, and to permit 15 | persons to whom the Font Software is furnished to do so, subject to the 16 | following conditions: 17 | 18 | The above copyright and trademark notices and this permission notice shall 19 | be included in all copies of one or more of the Font Software typefaces. 20 | 21 | The Font Software may be modified, altered, or added to, and in particular 22 | the designs of glyphs or characters in the Fonts may be modified and 23 | additional glyphs or characters may be added to the Fonts, only if the fonts 24 | are renamed to names not containing either the words "Bitstream" or the word 25 | "Vera". 26 | 27 | This License becomes null and void to the extent applicable to Fonts or Font 28 | Software that has been modified and is distributed under the "Bitstream 29 | Vera" names. 30 | 31 | The Font Software may be sold as part of a larger software package but no 32 | copy of one or more of the Font Software typefaces may be sold by itself. 33 | 34 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 35 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, 36 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, 37 | TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME 38 | FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING 39 | ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, 40 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 41 | THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE 42 | FONT SOFTWARE. 43 | 44 | Except as contained in this notice, the names of Gnome, the Gnome 45 | Foundation, and Bitstream Inc., shall not be used in advertising or 46 | otherwise to promote the sale, use or other dealings in this Font Software 47 | without prior written authorization from the Gnome Foundation or Bitstream 48 | Inc., respectively. For further information, contact: fonts at gnome dot 49 | org. 50 | 51 | Arev Fonts Copyright 52 | ------------------------------ 53 | 54 | Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. 55 | 56 | Permission is hereby granted, free of charge, to any person obtaining 57 | a copy of the fonts accompanying this license ("Fonts") and 58 | associated documentation files (the "Font Software"), to reproduce 59 | and distribute the modifications to the Bitstream Vera Font Software, 60 | including without limitation the rights to use, copy, merge, publish, 61 | distribute, and/or sell copies of the Font Software, and to permit 62 | persons to whom the Font Software is furnished to do so, subject to 63 | the following conditions: 64 | 65 | The above copyright and trademark notices and this permission notice 66 | shall be included in all copies of one or more of the Font Software 67 | typefaces. 68 | 69 | The Font Software may be modified, altered, or added to, and in 70 | particular the designs of glyphs or characters in the Fonts may be 71 | modified and additional glyphs or characters may be added to the 72 | Fonts, only if the fonts are renamed to names not containing either 73 | the words "Tavmjong Bah" or the word "Arev". 74 | 75 | This License becomes null and void to the extent applicable to Fonts 76 | or Font Software that has been modified and is distributed under the 77 | "Tavmjong Bah Arev" names. 78 | 79 | The Font Software may be sold as part of a larger software package but 80 | no copy of one or more of the Font Software typefaces may be sold by 81 | itself. 82 | 83 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 84 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 85 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 86 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL 87 | TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 88 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 89 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 90 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 91 | OTHER DEALINGS IN THE FONT SOFTWARE. 92 | 93 | Except as contained in this notice, the name of Tavmjong Bah shall not 94 | be used in advertising or otherwise to promote the sale, use or other 95 | dealings in this Font Software without prior written authorization 96 | from Tavmjong Bah. For further information, contact: tavmjong @ free 97 | . fr. 98 | 99 | $Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $ 100 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavu-fonts-ttf-2.34/README: -------------------------------------------------------------------------------- 1 | DejaVu fonts 2.34 (c)2004-2013 DejaVu fonts team 2 | ------------------------------------------------ 3 | 4 | The DejaVu fonts are a font family based on the Bitstream Vera Fonts 5 | (http://gnome.org/fonts/). Its purpose is to provide a wider range of 6 | characters (see status.txt for more information) while maintaining the 7 | original look and feel. 8 | 9 | DejaVu fonts are based on Bitstream Vera fonts version 1.10. 10 | 11 | Available fonts (Sans = sans serif, Mono = monospaced): 12 | 13 | DejaVu Sans Mono 14 | DejaVu Sans Mono Bold 15 | DejaVu Sans Mono Bold Oblique 16 | DejaVu Sans Mono Oblique 17 | DejaVu Sans 18 | DejaVu Sans Bold 19 | DejaVu Sans Bold Oblique 20 | DejaVu Sans Oblique 21 | DejaVu Sans ExtraLight (experimental) 22 | DejaVu Serif 23 | DejaVu Serif Bold 24 | DejaVu Serif Bold Italic (experimental) 25 | DejaVu Serif Italic (experimental) 26 | DejaVu Sans Condensed (experimental) 27 | DejaVu Sans Condensed Bold (experimental) 28 | DejaVu Sans Condensed Bold Oblique (experimental) 29 | DejaVu Sans Condensed Oblique (experimental) 30 | DejaVu Serif Condensed (experimental) 31 | DejaVu Serif Condensed Bold (experimental) 32 | DejaVu Serif Condensed Bold Italic (experimental) 33 | DejaVu Serif Condensed Italic (experimental) 34 | 35 | All fonts are also available as derivative called DejaVu LGC with support 36 | only for Latin, Greek and Cyrillic scripts. 37 | 38 | For license information see LICENSE. What's new is described in NEWS. Known 39 | bugs are in BUGS. All authors are mentioned in AUTHORS. 40 | 41 | Fonts are published in source form as SFD files (Spline Font Database from 42 | FontForge - http://fontforge.sf.net/) and in compiled form as TTF files 43 | (TrueType fonts). 44 | 45 | For more information go to http://dejavu.sourceforge.net/. 46 | 47 | Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah: 48 | --------------------------- 49 | U+01BA, U+01BF, U+01F7, U+021C-U+021D, U+0220, U+0222-U+0223, 50 | U+02B9, U+02BA, U+02BD, U+02C2-U+02C5, U+02d4-U+02D5, 51 | U+02D7, U+02EC-U+02EE, U+0346-U+034E, U+0360, U+0362, 52 | U+03E2-03EF, U+0460-0463, U+0466-U+0486, U+0488-U+0489, U+04A8-U+04A9, 53 | U+0500-U+050F, U+2055-205E, U+20B0, U+20B2-U+20B3, U+2102, U+210D, U+210F, 54 | U+2111, U+2113, U+2115, U+2118-U+211A, U+211C-U+211D, U+2124, U+2135, 55 | U+213C-U+2140, U+2295-U+2298, U+2308-U+230B, U+26A2-U+26B1, U+2701-U+2704, 56 | U+2706-U+2709, U+270C-U+274B, U+2758-U+275A, U+2761-U+2775, U+2780-U+2794, 57 | U+2798-U+27AF, U+27B1-U+27BE, U+FB05-U+FB06 58 | 59 | $Id: README 2535 2013-08-25 15:21:17Z moyogo $ 60 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusans.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusans.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansb.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansbi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensed.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensed.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensed.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensedb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensedb.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensedb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensedb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensedbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensedbi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensedbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensedbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensedi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensedi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusanscondensedi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusanscondensedi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansextralight.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansextralight.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansextralight.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansextralight.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmono.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmono.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmonob.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmonob.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmonobi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmonobi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmonoi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavusansmonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavusansmonoi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserif.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserif.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifb.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifbi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensed.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensed.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensed.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensedb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensedb.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensedb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensedb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensedbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensedbi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensedbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensedbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensedi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensedi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifcondensedi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifcondensedi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/dejavuserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/dejavuserifi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20100919/AUTHORS: -------------------------------------------------------------------------------- 1 | -*- mode:text; coding:utf-8; -*- 2 | GNU FreeFont Authors 3 | ==================== 4 | 5 | The FreeFont collection is being maintained by 6 | Steve White 7 | The folowing list cites the other contributors that contributed to 8 | particular ISO 10646 blocks. 9 | 10 | * URW++ Design & Development GmbH 11 | 12 | Basic Latin (U+0041-U+007A) 13 | Latin-1 Supplement (U+00C0-U+00FF) (most) 14 | Latin Extended-A (U+0100-U+017F) 15 | Spacing Modifier Letters (U+02B0-U+02FF) 16 | Mathematical Operators (U+2200-U+22FF) (parts) 17 | Block Elements (U+2580-U+259F) 18 | Dingbats (U+2700-U+27BF) 19 | 20 | * Yannis Haralambous and John 21 | Plaice 22 | 23 | Latin Extended-B (U+0180-U+024F) 24 | IPA Extensions (U+0250-U+02AF) 25 | Greek (U+0370-U+03FF) 26 | Armenian (U+0530-U+058F) 27 | Hebrew (U+0590-U+05FF) 28 | Arabic (U+0600-U+06FF) 29 | Currency Symbols (U+20A0-U+20CF) 30 | Arabic Presentation Forms-A (U+FB50-U+FDFF) 31 | Arabic Presentation Forms-B (U+FE70-U+FEFF) 32 | 33 | * Yannis Haralambous and Wellcome Institute 34 | 35 | Sinhala (U+0D80-U+0DFF) 36 | 37 | * Young U. Ryu 38 | 39 | Arrows (U+2190-U+21FF) 40 | Mathematical Symbols (U+2200-U+22FF) 41 | Mathematical Alphanumeric Symbols (U+1D400-U+1D7FF) 42 | 43 | * Valek Filippov 44 | 45 | Cyrillic (U+0400-U+04FF) 46 | 47 | * Wadalab Kanji Comittee 48 | 49 | Hiragana (U+3040-U+309F) 50 | Katakana (U+30A0-U+30FF) 51 | 52 | * Angelo Haritsis 53 | 54 | Greek (U+0370-U+03FF) 55 | 56 | * Yannis Haralambous and Virach Sornlertlamvanich 57 | 58 | Thai (U+0E00-U+0E7F) 59 | 60 | * Shaheed R. Haque 61 | 62 | Bengali (U+0980-U+09FF) 63 | 64 | * Sam Stepanyan 65 | 66 | Armenian (U+0530-U+058F) 67 | 68 | * Mohamed Ishan 69 | 70 | Thaana (U+0780-U+07BF) 71 | 72 | * Sushant Kumar Dash 73 | 74 | Oriya (U+0B00-U+0B7F) 75 | 76 | * Harsh Kumar 77 | 78 | Devanagari (U+0900-U+097F) 79 | Bengali (U+0980-U+09FF) 80 | Gurmukhi (U+0A00-U+0A7F) 81 | Gujarati (U+0A80-U+0AFF) 82 | 83 | * Prasad A. Chodavarapu 84 | 85 | Telugu (U+0C00-U+0C7F) 86 | 87 | * Frans Velthuis and Anshuman Pandey 88 | 89 | 90 | Devanagari (U+0900-U+097F) 91 | 92 | * Hardip Singh Pannu 93 | 94 | Gurmukhi (U+0A00-U+0A7F) 95 | 96 | * Jeroen Hellingman 97 | 98 | Oriya (U+0B00-U+0B7F) 99 | Malayalam (U+0D00-U+0D7F) 100 | 101 | * Thomas Ridgeway 102 | 103 | Tamil (U+0B80-U+0BFF) 104 | 105 | * Berhanu Beyene <1beyene AT informatik.uni-hamburg.de>, 106 | Prof. Dr. Manfred Kudlek , Olaf 107 | Kummer , and Jochen Metzinger 108 | 109 | Ethiopic (U+1200-U+137F) 110 | 111 | * Maxim Iorsh 112 | 113 | Hebrew (U+0590-U+05FF) 114 | 115 | * Vyacheslav Dikonov 116 | 117 | Syriac (U+0700-U+074A) 118 | Braille (U+2800-U+28FF) 119 | 120 | * Panayotis Katsaloulis 121 | 122 | Greek Extended (U+1F00-U+1FFF) 123 | 124 | * M.S. Sridhar 125 | 126 | Devanagari (U+0900-U+097F) 127 | Bengali (U+0980-U+09FF) 128 | Gurmukhi (U+0A00-U+0A7F) 129 | Gujarati (U+0A80-U+0AFF) 130 | Oriya (U+0B00-U+0B7F) 131 | Tamil (U+0B80-U+0BFF) 132 | Telugu (U+0C00-U+0C7F) 133 | Kannada (U+0C80-U+0CFF) 134 | Malayalam (U+0D00-U+0D7F) 135 | 136 | * DMS Electronics, The Sri Lanka Tipitaka Project, and Noah Levitt 137 | 138 | 139 | Sinhala (U+0D80-U+0DFF) 140 | 141 | * Dan Shurovich Chirkov 142 | 143 | Cyrillic (U+0400-U+04FF) 144 | 145 | * Abbas Izad 146 | 147 | Arabic (U+0600-U+06FF) 148 | Arabic Presentation Forms-A (U+FB50-U+FDFF) 149 | Arabic Presentation Forms-B (U+FE70-U+FEFF) 150 | 151 | * Denis Jacquerye 152 | 153 | Latin Extended-B (U+0180-U+024F) 154 | IPA Extensions (U+0250-U+02AF) 155 | 156 | * K.H. Hussain and R. Chitrajan 157 | 158 | Malayalam (U+0D00-U+0D7F) 159 | 160 | * Solaiman Karim and Omi Azad 161 | 162 | Bengali (U+0980-U+09FF) 163 | 164 | * Sonali Sonania and Monika Shah 165 | 166 | 167 | Devanagari (U+0900-U+097F) 168 | Gujarati (U+0A80-U+0AFF) 169 | 170 | * Pravin Satpute , Bageshri Salvi 171 | , Rahul Bhalerao and Sandeep Shedmake 173 | 174 | Devanagari (U+0900-U+097F) 175 | Gujarati (U+0A80-U+0AFF) 176 | Oriya (U+0B00-U+0B7F) 177 | Malayalam (U+0D00-U+0D7F) 178 | Tamil (U+0B80-U+0BFF) 179 | 180 | * Kulbir Singh Thind 181 | 182 | Gurmukhi (U+0A00-U+0A7F) 183 | 184 | * Gia Shervashidze 185 | 186 | Georgian (U+10A0-U+10FF) 187 | 188 | * Daniel Johnson 189 | 190 | Armenian (serif) (U+0530-U+058F) 191 | Cherokee (U+13A0-U+13FF) 192 | Unified Canadian Aboriginal Syllabics (U+1400-U+167F) 193 | UCAS Extended (U+18B0-U+18F5) 194 | Tifinagh (U+2D30-U+2D7F) 195 | Vai (U+A500-U+A62B) 196 | Latin Extended-D (Mayanist letters) (U+A720-U+A7FF) 197 | Kayah Li (U+A900-U+A92F) 198 | Osmanya (U+10480-U+104a7) 199 | 200 | * George Douros 201 | 202 | Gothic (U+10330-U+1034F) 203 | Phoenecian (U+10900-U+1091F) 204 | Byzantine Musical Symbols (U+1D000-U+1D0FF) 205 | Western Musical Symbols (U+1D100-U+1D1DF) 206 | Mathematical Alphanumeric Symbols (U+1D400-U+1D7FF) 207 | Mah Jong Tiles (U+1F000-U+1F02B) 208 | Dominoes (U+1F030-U+1F093) 209 | 210 | * Steve White 211 | Glagolitic (U+2C00-U+2C5F) 212 | Coptic (U+2C80-U+2CFF) 213 | 214 | * Pavel Skrylev is responsible for 215 | Cyrillic Extended-A (U+2DEO-U+2DFF) 216 | as well as many of the additions to 217 | Cyrillic Extended-B (U+A640-U+A65F) 218 | 219 | * Mark Williamson 220 | Made the MPH 2 Damase font, from which 221 | Hanunóo (U+1720-U+173F) 222 | Buginese (U+1A00-U+1A1F) 223 | Tai Le (U+1950-U+197F) 224 | Ugaritic (U+10380-U+1039F) 225 | Old Persian (U+103A0-U+103DF) 226 | 227 | 228 | * Primož Peterlin 229 | maintained FreeFont for several years, and is thanked for all his work. 230 | 231 | Please see the CREDITS file for details on who contributed particular 232 | subsets of the glyphs in font files. 233 | 234 | -------------------------------------------------------------------------- 235 | $Id: AUTHORS,v 1.23 2010/09/11 13:24:11 Stevan_White Exp $ 236 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20100919/INSTALL: -------------------------------------------------------------------------------- 1 | Installing GNU FreeFont 2 | ======================= 3 | 4 | GNU FreeFont can be used in any modern operating system. 5 | 6 | This document explains how to install FreeFont on some common systems. 7 | 8 | UNIX/GNU/Linux/BSD Systems 9 | -------------------------- 10 | 11 | FreeFont works with any system using the free font rasterizer FreeType 12 | . 13 | 14 | * Debian GNU/Linux 15 | 16 | Users of Debian GNU/Linux system will probably want to use the Debian package, 17 | available from the Debian site, 18 | 19 | , 20 | 21 | or any of its mirrors. 22 | 23 | Install them by issuing the command 24 | apt-get install ttf-freefont 25 | 26 | 27 | * KDE local installation 28 | 29 | Users of KDE can install .ttf files on a per-user basis using the KDE 30 | Control Center module "kcmfontinst", which may appear in the menu as 31 | 32 | Settings -> System Administration -> Font Installer 33 | 34 | This is especially helpful for developers and testers. 35 | 36 | 37 | * Generic X-windows 38 | 39 | 1) Fetch the freefont-ttf.tar.gz package with Free UCS outline fonts 40 | in the TrueType format. 41 | 42 | 2) Unpack TrueType fonts into a suitable directory, 43 | e.g. /usr/local/share/fonts/default/TrueType/ 44 | 45 | 3) If you have chosen any other directory, make sure the directory you 46 | used to install the fonts is listed in the path searched by the X 47 | Font Server by editing the config file in /etc/X11/. 48 | 49 | In some systems, you list the directory in the item "catalogue=" 50 | in the file /etc/X11/fs/config. 51 | 52 | 4) Run ttmkfdir in the directory where you unpacked the fonts. 53 | 54 | 55 | Windows 95/98/NT/2000/XP; Vista 56 | ------------------------------- 57 | 58 | Note that in at least Vista, XP and 2000, the OpenType versions perform much 59 | better than, and are recommended over, the TrueType ones. 60 | 61 | * Vista: 62 | 1) From the Start menu, open Control Panels 63 | 2) Drag-n-drop font files onto Fonts control panel 64 | You may get a dialog saying 65 | "Windows needs your permission to continue" 66 | a) Click Continue 67 | 68 | * 95/98/NT: 69 | The font installation is similar to Vista. 70 | 71 | In order to use OpenType, users of Windows 95, 98 and NT 4.0 can 72 | install Adobe's 'Type Manager Light'. It is available for download 73 | without cost from Adobe's web site. 74 | 75 | Otherwise, use the TrueType versions. 76 | 77 | Mac OS X 78 | -------- 79 | 80 | Installing on Mac OS X consists of moving the .ttf files to either 81 | /Library/Fonts/ or ~/Library/Fonts/ 82 | depending on whether they should be available to all users on your system 83 | or just to yourself. 84 | 85 | -------------------------------------------------------------------------- 86 | $Id: INSTALL,v 1.7 2008/12/26 12:33:31 Stevan_White Exp $ 87 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20100919/README: -------------------------------------------------------------------------------- 1 | -*-text-*- 2 | GNU FreeFont 3 | 4 | The GNU FreeFont project aims to provide a useful set of free scalable 5 | (i.e., OpenType) fonts covering as much as possible of the ISO 10646/Unicode 6 | UCS (Universal Character Set). 7 | 8 | Statement of Purpose 9 | -------------------- 10 | 11 | The practical reason for putting glyphs together in a single font face is 12 | to conveniently mix symbols and characters from different writing systems, 13 | without having to switch fonts. 14 | 15 | Coverage 16 | -------- 17 | 18 | FreeFont covers the following character sets 19 | 20 | * ISO 8859 parts 1-15 21 | * CEN MES-3 European Unicode Subset 22 | http://www.evertype.com/standards/iso10646/pdf/cwa13873.pdf 23 | * IBM/Microsoft code pages 437, 850, 852, 1250, 1252 and more 24 | * Microsoft/Adobe Windows Glyph List 4 (WGL4) 25 | http://www.microsoft.com/typography/otspec/WGL4.htm 26 | * KOI8-R and KOI8-RU 27 | * DEC VT100 graphics symbols 28 | * International Phonetic Alphabet 29 | * Arabic, Hebrew, Armenian, Georgian, Ethiopian and Thai alphabets, 30 | including Arabic presentation forms A/B 31 | * mathematical symbols, including the whole TeX repertoire of symbols 32 | * APL symbols 33 | etc. 34 | 35 | Editing 36 | ------- 37 | 38 | The free outline font editor, George Williams's FontForge 39 | is used for editing the fonts. 40 | 41 | Design Issues 42 | ------------- 43 | 44 | Which font shapes should be made? Historical style terms like Renaissance 45 | or Baroque letterforms cannot be applied beyond Latin/Cyrillic/Greek 46 | scripts to any greater extent than Kufi or Nashki can be applied beyond 47 | Arabic script; "italic" is really only meaningful for Latin letters. 48 | 49 | However, most modern writing systems have typographic formulations for 50 | contrasting uniform and modulated character stroke widths, and have some 51 | history with "oblique", faces. Since the advent of the typewriter, most 52 | have developed a typographic style with uniform-width characters. 53 | 54 | Accordingly, the FreeFont family has one monospaced - FreeMono - and two 55 | proportional faces (one with uniform stroke - FreeSans - and one with 56 | modulated stroke - FreeSerif). 57 | 58 | To make text from different writing systems look good side-by-side, each 59 | FreeFont face is meant to contain characters of similar style and weight. 60 | 61 | Licensing 62 | --------- 63 | 64 | Free UCS scalable fonts is free software; you can redistribute it and/or 65 | modify it under the terms of the GNU General Public License as published 66 | by the Free Software Foundation; either version 3 of the License, or 67 | (at your option) any later version. 68 | 69 | The fonts are distributed in the hope that they will be useful, but 70 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 71 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 72 | for more details. 73 | 74 | You should have received a copy of the GNU General Public License along 75 | with this program; if not, write to the Free Software Foundation, Inc., 76 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 77 | 78 | As a special exception, if you create a document which uses this font, and 79 | embed this font or unaltered portions of this font into the document, this 80 | font does not by itself cause the resulting document to be covered by the 81 | GNU General Public License. This exception does not however invalidate any 82 | other reasons why the document might be covered by the GNU General Public 83 | License. If you modify this font, you may extend this exception to your 84 | version of the font, but you are not obligated to do so. If you do not 85 | wish to do so, delete this exception statement from your version. 86 | 87 | 88 | Files and their suffixes 89 | ------------------------ 90 | 91 | The files with .sfd (Spline Font Database) are in FontForge's native format. 92 | Please use these if you plan to modify the font files. 93 | 94 | TrueType fonts for immediate consumption are the files with the .ttf 95 | (TrueType Font) suffix. These are ready to use in Xwindows based 96 | systems using FreeType, on Mac OS, and on older Windows systems. 97 | 98 | OpenType fonts (with suffix .otf) are for use in Windows Vista. 99 | Note that although they can be installed on Linux, but many applications 100 | in Linux still don't support them. 101 | 102 | 103 | -------------------------------------------------------------------------- 104 | Primoz Peterlin, 105 | Steve White 106 | 107 | Free UCS scalable fonts: http://savannah.gnu.org/projects/freefont/ 108 | $Id: README,v 1.7 2009/01/13 08:43:23 Stevan_White Exp $ 109 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20120503/AUTHORS: -------------------------------------------------------------------------------- 1 | -*- mode:text; coding:utf-8; -*- 2 | GNU FreeFont Authors 3 | ==================== 4 | 5 | The FreeFont collection is being maintained by 6 | Steve White 7 | The folowing list cites the other contributors that contributed to 8 | particular ISO 10646 blocks. 9 | 10 | * URW++ Design & Development GmbH 11 | 12 | Basic Latin (U+0041-U+007A) 13 | Latin-1 Supplement (U+00C0-U+00FF) (most) 14 | Latin Extended-A (U+0100-U+017F) 15 | Spacing Modifier Letters (U+02B0-U+02FF) 16 | Mathematical Operators (U+2200-U+22FF) (parts) 17 | Block Elements (U+2580-U+259F) 18 | Dingbats (U+2700-U+27BF) 19 | 20 | * Yannis Haralambous and John 21 | Plaice 22 | 23 | Latin Extended-B (U+0180-U+024F) 24 | IPA Extensions (U+0250-U+02AF) 25 | Greek (U+0370-U+03FF) 26 | Armenian (U+0530-U+058F) 27 | Hebrew (U+0590-U+05FF) 28 | Arabic (U+0600-U+06FF) 29 | Currency Symbols (U+20A0-U+20CF) 30 | Arabic Presentation Forms-A (U+FB50-U+FDFF) 31 | Arabic Presentation Forms-B (U+FE70-U+FEFF) 32 | 33 | * Yannis Haralambous and Wellcome Institute 34 | 35 | Sinhala (U+0D80-U+0DFF) 36 | 37 | * Young U. Ryu 38 | 39 | Arrows (U+2190-U+21FF) 40 | Mathematical Symbols (U+2200-U+22FF) 41 | Mathematical Alphanumeric Symbols (U+1D400-U+1D7FF) 42 | 43 | * Valek Filippov 44 | 45 | Cyrillic (U+0400-U+04FF) 46 | 47 | * Wadalab Kanji Comittee 48 | 49 | Hiragana (U+3040-U+309F) 50 | Katakana (U+30A0-U+30FF) 51 | 52 | * Angelo Haritsis 53 | 54 | Greek (U+0370-U+03FF) 55 | 56 | * Yannis Haralambous and Virach Sornlertlamvanich 57 | 58 | Thai (U+0E00-U+0E7F) 59 | 60 | * Shaheed R. Haque 61 | 62 | Bengali (U+0980-U+09FF) 63 | 64 | * Sam Stepanyan 65 | 66 | Armenian (U+0530-U+058F) 67 | 68 | * Mohamed Ishan 69 | 70 | Thaana (U+0780-U+07BF) 71 | 72 | * Sushant Kumar Dash 73 | 74 | Oriya (U+0B00-U+0B7F) 75 | 76 | * Harsh Kumar 77 | 78 | Devanagari (U+0900-U+097F) 79 | Bengali (U+0980-U+09FF) 80 | Gurmukhi (U+0A00-U+0A7F) 81 | Gujarati (U+0A80-U+0AFF) 82 | 83 | * Prasad A. Chodavarapu 84 | 85 | Telugu (U+0C00-U+0C7F) 86 | 87 | * Frans Velthuis and Anshuman Pandey 88 | 89 | 90 | Devanagari (U+0900-U+097F) 91 | 92 | * Hardip Singh Pannu 93 | 94 | Gurmukhi (U+0A00-U+0A7F) 95 | 96 | * Jeroen Hellingman 97 | 98 | Oriya (U+0B00-U+0B7F) 99 | Malayalam (U+0D00-U+0D7F) 100 | 101 | * Thomas Ridgeway 102 | 103 | Tamil (U+0B80-U+0BFF) 104 | 105 | * Berhanu Beyene <1beyene AT informatik.uni-hamburg.de>, 106 | Prof. Dr. Manfred Kudlek , Olaf 107 | Kummer , and Jochen Metzinger 108 | 109 | Ethiopic (U+1200-U+137F) 110 | 111 | * Maxim Iorsh 112 | 113 | Hebrew (U+0590-U+05FF) 114 | 115 | * Vyacheslav Dikonov 116 | 117 | Syriac (U+0700-U+074A) 118 | Braille (U+2800-U+28FF) 119 | 120 | * Panayotis Katsaloulis 121 | 122 | Greek Extended (U+1F00-U+1FFF) 123 | 124 | * M.S. Sridhar 125 | 126 | Devanagari (U+0900-U+097F) 127 | Bengali (U+0980-U+09FF) 128 | Gurmukhi (U+0A00-U+0A7F) 129 | Gujarati (U+0A80-U+0AFF) 130 | Oriya (U+0B00-U+0B7F) 131 | Tamil (U+0B80-U+0BFF) 132 | Telugu (U+0C00-U+0C7F) 133 | Kannada (U+0C80-U+0CFF) 134 | Malayalam (U+0D00-U+0D7F) 135 | 136 | * DMS Electronics, The Sri Lanka Tipitaka Project, and Noah Levitt 137 | 138 | 139 | Sinhala (U+0D80-U+0DFF) 140 | 141 | * Dan Shurovich Chirkov 142 | 143 | Cyrillic (U+0400-U+04FF) 144 | 145 | * Abbas Izad 146 | 147 | Arabic (U+0600-U+06FF) 148 | Arabic Presentation Forms-A (U+FB50-U+FDFF) 149 | Arabic Presentation Forms-B (U+FE70-U+FEFF) 150 | 151 | * Denis Jacquerye 152 | 153 | Latin Extended-B (U+0180-U+024F) 154 | IPA Extensions (U+0250-U+02AF) 155 | 156 | * K.H. Hussain and R. Chitrajan 157 | 158 | Malayalam (U+0D00-U+0D7F) 159 | 160 | * Solaiman Karim and Omi Azad 161 | 162 | Bengali (U+0980-U+09FF) 163 | 164 | * Sonali Sonania and Monika Shah 165 | 166 | 167 | Devanagari (U+0900-U+097F) 168 | Gujarati (U+0A80-U+0AFF) 169 | 170 | * Pravin Satpute , Bageshri Salvi 171 | , Rahul Bhalerao and 172 | Sandeep Shedmake 173 | 174 | Devanagari (U+0900-U+097F) 175 | Gujarati (U+0A80-U+0AFF) 176 | Oriya (U+0B00-U+0B7F) 177 | Malayalam (U+0D00-U+0D7F) 178 | Tamil (U+0B80-U+0BFF) 179 | 180 | * Kulbir Singh Thind 181 | 182 | Gurmukhi (U+0A00-U+0A7F) 183 | 184 | * Gia Shervashidze 185 | 186 | Georgian (U+10A0-U+10FF) 187 | 188 | * Daniel Johnson 189 | 190 | Armenian (serif) (U+0530-U+058F) 191 | Cherokee (U+13A0-U+13FF) 192 | Unified Canadian Aboriginal Syllabics (U+1400-U+167F) 193 | UCAS Extended (U+18B0-U+18F5) 194 | Tifinagh (U+2D30-U+2D7F) 195 | Vai (U+A500-U+A62B) 196 | Latin Extended-D (Mayanist letters) (U+A720-U+A7FF) 197 | Kayah Li (U+A900-U+A92F) 198 | Osmanya (U+10480-U+104a7) 199 | 200 | * George Douros 201 | 202 | Gothic (U+10330-U+1034F) 203 | Phoenecian (U+10900-U+1091F) 204 | Byzantine Musical Symbols (U+1D000-U+1D0FF) 205 | Western Musical Symbols (U+1D100-U+1D1DF) 206 | Mathematical Alphanumeric Symbols (U+1D400-U+1D7FF) 207 | Mah Jong Tiles (U+1F000-U+1F02B) 208 | Dominoes (U+1F030-U+1F093) 209 | 210 | * Steve White 211 | Glagolitic (U+2C00-U+2C5F) 212 | Coptic (U+2C80-U+2CFF) 213 | Arabic (U+0600-U+06FF) (Mono) 214 | Old Italic (U+10300-U+1032F) 215 | 216 | * Pavel Skrylev is responsible for 217 | Cyrillic Extended-A (U+2DEO-U+2DFF) 218 | as well as many of the additions to 219 | Cyrillic Extended-B (U+A640-U+A65F) 220 | 221 | * Mark Williamson 222 | Made the MPH 2 Damase font, from which 223 | Hanunóo (U+1720-U+173F) 224 | Buginese (U+1A00-U+1A1F) 225 | Tai Le (U+1950-U+197F) 226 | Ugaritic (U+10380-U+1039F) 227 | Old Persian (U+103A0-U+103DF) 228 | 229 | * Masoud Pourmoosa 230 | Arabic (U+0600-U+06FF) 231 | 232 | * Emmanuel Vallois 233 | Python scripts, support 234 | 235 | * Primož Peterlin 236 | maintained FreeFont for several years, and is thanked for all his work. 237 | 238 | Please see the CREDITS file for details on who contributed particular 239 | subsets of the glyphs in font files. 240 | 241 | -------------------------------------------------------------------------- 242 | $Id: AUTHORS,v 1.23 2010-09-11 13:24:11 Stevan_White Exp $ 243 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20120503/INSTALL: -------------------------------------------------------------------------------- 1 | Installing GNU FreeFont 2 | ======================= 3 | 4 | GNU FreeFont can be used in any modern operating system. 5 | 6 | This document explains how to install FreeFont on some common systems. 7 | 8 | UNIX/GNU/Linux/BSD Systems 9 | -------------------------- 10 | 11 | FreeFont works with any system using the free font rasterizer FreeType 12 | . Some features such as glyph substitution and 13 | positioning may be handled by the text layout library 14 | Pango . 15 | 16 | Most recent systems using FreeType2 and Pango handle OpenType fonts well, 17 | but on older systems TrueType may perform better. 18 | 19 | * Debian GNU/Linux 20 | 21 | Users of Debian GNU/Linux system will probably want to use the Debian package, 22 | named 'ttf-freefont', available from the Debian Linux site. 23 | 24 | Install the fonts by issuing the command 25 | apt-get install ttf-freefont 26 | 27 | 28 | * KDE local installation 29 | 30 | Users of KDE can install .ttf files on a per-user basis using the KDE 31 | Control Center module "kcmfontinst", which may appear in the menu as 32 | 33 | Settings -> System Administration -> Font Installer 34 | 35 | This is especially helpful for developers and testers. 36 | 37 | 38 | * Generic X Window systems 39 | 40 | 1) Fetch the freefont-ttf.tar.gz package with Free UCS outline fonts 41 | in the TrueType format. 42 | 43 | 2) Unpack TrueType fonts into a suitable directory, 44 | e.g. /usr/local/share/fonts/default/TrueType/ 45 | 46 | 3) If you have chosen any other directory, make sure the directory you 47 | used to install the fonts is listed in the path searched by the X 48 | Font Server by editing the config file in /etc/X11/. 49 | 50 | In some systems, you list the directory in the item "catalogue=" 51 | in the file /etc/X11/fs/config. 52 | 53 | 4) Run ttmkfdir in the directory where you unpacked the fonts. 54 | 55 | 56 | Microsoft Windows 95/98/NT/2000/XP; Vista/7 57 | ------------------------------------------- 58 | 59 | Note that in at least Windows 7, Vista, XP and 2000, the TrueType versions 60 | perform much better than, and are recommended over, the OpenType ones. 61 | 62 | For good font smoothing in Windows, Microsoft ClearType must be enabled. 63 | The native Windows web browser must be used to install, enable, and configure 64 | ClearType. A web search for "ClearType Tuner" will find the proper web pages. 65 | Recent versions of the browser raise a security block (a yellow bar at the 66 | top of the window), which you must act upon to allow installation. A 67 | checkbox in the window turns ClearType on (in Win-speek, "Turn on ClearType"). 68 | The change happens immediately. 69 | 70 | * Vista, Windows 7: 71 | 1) From the Start menu, open Control Panels 72 | 2) Drag-n-drop font files onto Fonts control panel 73 | You may get a dialog saying 74 | "Windows needs your permission to continue" 75 | a) Click Continue 76 | 77 | * 95/98/NT: 78 | The font installation is similar to Vista. 79 | 80 | In order to use OpenType, users of Windows 95, 98 and NT 4.0 can 81 | install Adobe's 'Type Manager Light', which may be obtained from 82 | the Adobe web site. 83 | 84 | Otherwise, use the TrueType versions. 85 | 86 | Apple Mac OS X 87 | -------------- 88 | 89 | Support for OpenType on MacOS X started with OS 10.4, and has been improved 90 | gradually in later versions. 91 | 92 | Installing on Mac OS X consists of moving the font files to either 93 | /Library/Fonts/ or ~/Library/Fonts/ 94 | depending on whether they should be available to all users on your system 95 | or just to your own user. 96 | 97 | -------------------------------------------------------------------------- 98 | $Id: INSTALL,v 1.11 2011-06-12 07:14:12 Stevan_White Exp $ 99 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20120503/README: -------------------------------------------------------------------------------- 1 | -*-text-*- 2 | GNU FreeFont 3 | 4 | The GNU FreeFont project aims to provide a useful set of free scalable 5 | (i.e., OpenType) fonts covering as much as possible of the ISO 10646/Unicode 6 | UCS (Universal Character Set). 7 | 8 | Statement of Purpose 9 | -------------------- 10 | 11 | The practical reason for putting glyphs together in a single font face is 12 | to conveniently mix symbols and characters from different writing systems, 13 | without having to switch fonts. 14 | 15 | Coverage 16 | -------- 17 | 18 | FreeFont covers the following character ranges 19 | * Latin, Cyrillic, and Arabic, with supplements for many languages 20 | * Greek, Hebrew, Armenian, Georgian, Thaana, Syriac 21 | * Devanagari, Bengali, Gujarati, Gurmukhi, Sinhala, Tamil, Malayalam 22 | * Thai, Tai Le, Kayah Li, Hanunóo, Buginese 23 | * Cherokee, Unified Canadian Aboriginal Syllabics 24 | * Ethiopian, Tifnagh, Vai, Osmanya, Coptic 25 | * Glagolitic, Gothic, Runic, Ugaritic, Old Persian, Phoenician, Old Italic 26 | * Braille, International Phonetic Alphabet 27 | * currency symbols, general punctuation and diacritical marks, dingbats 28 | * mathematical symbols, including much of the TeX repertoire of symbols 29 | * technical symbols: APL, OCR, arrows, 30 | * geometrical shapes, box drawing 31 | * musical symbols, gaming symbols, miscellaneous symbols 32 | etc. 33 | For more detail see 34 | 35 | Editing 36 | ------- 37 | 38 | The free outline font editor, George Williams' FontForge 39 | is used for editing the fonts. 40 | 41 | Design Issues 42 | ------------- 43 | 44 | Which font shapes should be made? Historical style terms like Renaissance 45 | or Baroque letterforms cannot be applied beyond Latin/Cyrillic/Greek 46 | scripts to any greater extent than Kufi or Nashki can be applied beyond 47 | Arabic script; "italic" is strictly meaningful only for Latin letters, 48 | although many scripts such as Cyrillic have a history with "cursive" and 49 | many others with "oblique" faces. 50 | 51 | However, most modern writing systems have typographic formulations for 52 | contrasting uniform and modulated character stroke widths, and since the 53 | advent of the typewriter, most have developed a typographic style with 54 | uniform-width characters. 55 | 56 | Accordingly, the FreeFont family has one monospaced - FreeMono - and two 57 | proportional faces (one with uniform stroke - FreeSans - and one with 58 | modulated stroke - FreeSerif). 59 | 60 | The point of having characters from different writing systems in one font 61 | is that mixed text should look good, and so each FreeFont face contains 62 | characters of similar style and weight. 63 | 64 | Licensing 65 | --------- 66 | 67 | Free UCS scalable fonts is free software; you can redistribute it and/or 68 | modify it under the terms of the GNU General Public License as published 69 | by the Free Software Foundation; either version 3 of the License, or 70 | (at your option) any later version. 71 | 72 | The fonts are distributed in the hope that they will be useful, but 73 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 74 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 75 | for more details. 76 | 77 | You should have received a copy of the GNU General Public License along 78 | with this program; if not, write to the Free Software Foundation, Inc., 79 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 80 | 81 | As a special exception, if you create a document which uses this font, and 82 | embed this font or unaltered portions of this font into the document, this 83 | font does not by itself cause the resulting document to be covered by the 84 | GNU General Public License. This exception does not however invalidate any 85 | other reasons why the document might be covered by the GNU General Public 86 | License. If you modify this font, you may extend this exception to your 87 | version of the font, but you are not obligated to do so. If you do not 88 | wish to do so, delete this exception statement from your version. 89 | 90 | Files and their suffixes 91 | ------------------------ 92 | 93 | The files with .sfd (Spline Font Database) are in FontForge's native format. 94 | They may be used to modify the fonts. 95 | 96 | TrueType fonts are the files with the .ttf (TrueType Font) suffix. These 97 | are ready to use in Linux/Unix, on Apple Mac OS, and on Microsoft Windows 98 | systems. 99 | 100 | OpenType fonts (with suffix .otf) are preferred for use on Linux/Unix, 101 | but *not* for recent Microsoft Windows systems. 102 | See the INSTALL file for more information. 103 | 104 | Web Open Font Format files (with suffix .woff) are for use in Web sites. 105 | See the webfont_guidelines.txt for further information. 106 | 107 | Further information 108 | ------------------- 109 | 110 | Home page of GNU FreeFont: 111 | http://www.gnu.org/software/freefont/ 112 | 113 | More information is at the main project page of Free UCS scalable fonts: 114 | http://savannah.gnu.org/projects/freefont/ 115 | 116 | To report problems with GNU FreeFont, it is best to obtain a Savannah 117 | account and post reports using that account on 118 | https://savannah.gnu.org/bugs/ 119 | 120 | Public discussions about GNU FreeFont may be posted to the mailing list 121 | freefont-bugs@gnu.org 122 | 123 | -------------------------------------------------------------------------- 124 | Original author: Primoz Peterlin 125 | Current administrator: Steve White 126 | 127 | $Id: README,v 1.10 2011-06-12 07:14:12 Stevan_White Exp $ 128 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING: -------------------------------------------------------------------------------- 1 | Troubleshooting GNU FreeFont 2 | 3 | So your text looks lousy, although you installed FreeFont and you seem to be 4 | using it. What do you do? 5 | 6 | Before you blame the problem on FreeFont, take the time to double-check that 7 | the text you are looking at is really rendered with FreeFont. 8 | 9 | Be aware that not all Unicode characters are supported by FreeFont, and 10 | even characters supported by one face, such as Serif, might not be 11 | supported by other faces such as Sans. 12 | 13 | Also, some systems have settings that strongly affect the rendering 14 | of fonts. It may be worth tweaking these. 15 | 16 | glyph substitution 17 | ================== 18 | 19 | When given the task of displaying characters in text, modern font rendering 20 | software usually tries to display *something*, even if the font it is 21 | *supposed* to be using does not contain glyphs for all the characters in the 22 | text. The software will snoop through all the fonts on the system to find 23 | one that has a glyph for the one missing in the desired font. So although 24 | you have specified FreeSans-bold, you may be looking at a letter from quite 25 | a different font. 26 | 27 | First double-check that the font in question really contains the character 28 | in question. If you don't have font development software, this can be 29 | tricky. In the case of FreeFont, you can check if a given character 30 | range is supported: 31 | 32 | Next double-check that your application (web browser, text editor, etc) 33 | has indeed been properly instructed to use the font. 34 | 35 | Then double-check that the font is really installed in the system. 36 | (This depends on the operating system, of course.) 37 | 38 | Linux and Unix 39 | ============== 40 | 41 | Modern Linux systems use a system called fontconfig, which maintains a font 42 | cache, for efficiency. 43 | 44 | The font cache can really complicate font installation and troubleshooting 45 | however. It can happen that when a font is newly installed, what is 46 | displayed is coming out of an old cache entry rather than the new font. 47 | 48 | Just what to do depends on how and where the font was installed. 49 | 50 | Fonts installed system-wide are usually put in a directory such as 51 | /usr/share/fonts/ 52 | the font cache for these might be in 53 | /var/cache/fontconfig/ 54 | Fonts installed just for one user account will typically be in 55 | ~/.fonts/ 56 | and the cache will be 57 | ~/.fontconfig/ 58 | 59 | You can clean your local cache merely by emptying the directory 60 | ~/.fontconfig/ 61 | In any case, to clean the cache, you can use the fontconfig command 62 | fc-cache -vf 63 | If run as root, it will clean the system cache, if run as a normal user, 64 | it cleans only the normal user's cache. 65 | 66 | The procedure for local fonts is: 67 | 1) shut off any program using the fonts in question 68 | 2) clean the cache 69 | 3) re-start the program 70 | The procedure for system-wide fonts is: 71 | 1) log out of the X Windows session 72 | 2) in a console, clean the cache 73 | 3) log in to an X Windows session 74 | 75 | LibreOffice / OpenOffice 76 | ======================== 77 | These products have their own font rendering libraries, which have 78 | idiosyncratic behavior. 79 | 80 | It has recently been reported that as of LibreOffice 3.5.1, font features 81 | are disabled for OpenType fonts. If you use FreeFont with these products, 82 | you may want to install the TrueType versions of the fonts. 83 | 84 | Windows 85 | ======= 86 | 87 | The most common complaint has to do with "blurry text". There are two 88 | causes. 89 | 90 | The first is that ClearType smoothing is turned off. The best way to check 91 | is to use the native Windows Web browser. Do a search for "ClearType Tuner". 92 | The Microsoft pages install a tuner for ClearType. A security block notice 93 | will appear at the top of the window--you have to allow the installation. 94 | Then check the box "Turn on ClearType". The change happens immediately. 95 | 96 | The secont cause is that the FreeFont version with cubic spline outlines is 97 | installed. As of the 2012 GNU FreeFont release, the TrueType builds have 98 | quadratic splines, which work best with Windows' rendering software. 99 | TTF (TrueType) quadratic splines Windows 7, Vista, Windows XP. 100 | OTF (OpenType) cubic splines Linux, Mac 101 | 102 | Note also: Firefox has a setting for ClearType: 103 | gfx.font_rendering.cleartype_params.rendering_mode 104 | A value of 2 sets it to old-style GDI rendering, while -1 is the default. 105 | 106 | reporting problems 107 | ================== 108 | 109 | If you really think you're seeing a bug in FreeFont, or if you have 110 | a suggestion, consider opening a problem report at 111 | https://savannah.gnu.org/bugs/?group=freefont 112 | It is best that you make a Savannah account and log in with that, so 113 | you can be e-mailed whenever changes are made to your report. 114 | 115 | $Id: troubleshooting.txt,v 1.10 2011-07-16 08:38:06 Stevan_White Exp $ 116 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freefont-20120503/USAGE: -------------------------------------------------------------------------------- 1 | Usage of GNU FreeFont 2 | 3 | Language scripts and faces 4 | ========================== 5 | 6 | There are three faces (serif, sans-serif, and monospace), and four styles 7 | (regular, bold, cursive/italic, and bold cursive/italic) for each face. 8 | There is one font file per face/style combination: 12 files in total. 9 | 10 | The letters for various languages, as well as specialized symbols, exist 11 | among the various font files, but they are not uniformly populated. 12 | All the fonts have complete support for Latin, Cyrillic, and Greek, as 13 | well as most of the extensions for those scripts. 14 | 15 | At this time, serif regular has by far the largest number of letters, and 16 | supports the largest number of writing scripts. However there are writing 17 | scripts supported by the sans-serif but not by serif. 18 | 19 | For an overview of which scripts and sets of symbols are supported by 20 | which face, see the FreeFont 'coverage' web page. 21 | 22 | Font features 23 | ============= 24 | 25 | FreeFont has numerous font "features" that perform alterations to the basic 26 | letters of the font, replacing them with other letters, or positioning them 27 | with respect to other letters. 28 | 29 | Many features are activated automatically, but in some environments, they 30 | present some user control. This documents those features with user control. 31 | 32 | Language-specific features 33 | ========================== 34 | 35 | Some OpenType font features are activated only when the text is specified to 36 | be of a certain language. 37 | 38 | This is done in HTML by enclosing the text with a tag whose 'lang' attribute 39 | is set to the appropriate ISO 632.2 language code. In a word processor, 40 | any block of text can be given a language setting. 41 | 42 | Latin 43 | ----- 44 | Catalan ligature improving l·l 45 | Dutch ligatures for ij, IJ 46 | Sami localized form for letter Eng 47 | Turkish overrides ligatures fi ffi of Latin 48 | 49 | Cyrillic 50 | -------- 51 | Ukrainian ligature for double i-diaresis 52 | Serbian/Macedonian localized letters be, and more in italic 53 | Bulgarian style set for modern glyphs 54 | 55 | Hebrew 56 | ------ 57 | Yiddish raised vowels under yo 58 | 59 | Devanagari 60 | ---------- 61 | Sanskrit much larger set of ligatures 62 | 63 | Hindi, Marathi better spacing of Western punctuation marks 64 | 65 | Indic languages 66 | --------------- 67 | 68 | The 'danda' character is encoded in Unicode only in the Devanagari range. 69 | When writing in scripts of other Indic languages, this same character is to 70 | be used. But the shapes and line thicknesses of glyphs vary slightly from 71 | one script to another, so the same glyph for 'danda' may not fit all scripts. 72 | 73 | By specifying the language of the text, an appropriate glyph for 'danda' 74 | will be obtained. 75 | 76 | Style sets 77 | ========== 78 | 79 | These replacements are activated by specifying a "Style Set". 80 | These features are accessible only from typesetting software. 81 | 82 | Cyrillic Bulgarian modern (ss01) 83 | 84 | Devanagari Bombay (ss02), Calcutta (ss03), Nepali (ss04) 85 | 86 | Discretionary features 87 | ====================== 88 | These features are accessible only from typesetting software. 89 | Typically the user must specifically request them. 90 | 91 | Unless otherwise noted, these are available only in FreeSerif. 92 | 93 | Ligatures and substitutions 94 | --------------------------- 95 | 96 | Arabic, Armenian, Hebrew, German, Dutch 97 | 98 | Small captials 99 | -------------- 100 | 101 | A limited set of specially drawn small capital letters in Latin. 102 | 103 | Superscript and subscript 104 | ------------------------- 105 | 106 | Transform a limited set of characters--mostly Latin letters and numerals-- 107 | to versions well-sized and positioned as superscript or subscript. 108 | 109 | Numeral styles 110 | -------------- 111 | 112 | The default numerals of FreeSerif are mono-spaced and of even height. 113 | It also features proportionally-spaced numerals, and "old-style" numerals-- 114 | those which vary in height and sometimes go beneath the baseline. 115 | These can be had at discretion. 116 | 117 | Diagonal fractions 118 | ------------------ 119 | 120 | A limited set of diagonal fraction substitutions are available at discretion. 121 | The set is more than what is encoded in Unicode. 122 | They work with the ASCII slash or the mathematical slash U+2215. 123 | The transform a sequence "number-slash-number" to a diagonal form. 124 | 125 | Zero 126 | ---- 127 | 128 | A slashed form of the numeral zero is available at discretion. 129 | Available in all faces. 130 | 131 | Alternative characters 132 | ====================== 133 | 134 | FreeSerif has some listings of alternatives for specific characters. 135 | Again this is use primarily in specialized typesetting software. 136 | 137 | Greek, Latin 138 | 139 | Use in LaTeX 140 | ============ 141 | It is possible to use Unicode fonts in recent LaTeX implementations, but in 142 | LuaTeX http://www.luatex.org/ and 143 | XeTeX http://tug.org/xetex/ 144 | it is particularly easy to use Unicode text, and to enable font features. 145 | Recent versions of these systems use the 'fontspec' package to choose fonts 146 | and features. 147 | 148 | A very simple document might contain the lines 149 | --------------------------------------------------------------------------- 150 | \documentclass{ltxdockit} 151 | \usepackage{fontspec} 152 | \usepackage{xunicode} 153 | \setmainfont[]{FreeSerif} 154 | \begin{document} 155 | {\fontspec[Script=Default,Fractions={On}]{FreeSerif} 156 | 1/7 3/10 7/10} 157 | 158 | x\raisebox{-0.5ex}{{\scriptsize ai}} 159 | x{\fontspec[Script=Default,VerticalPosition={Inferior}]{FreeSerif} 160 | abcdefghijklmnopqrstuvwxyz+−(0123456789)} \\ 161 | x\raisebox{0.85ex}{{\scriptsize ai}} 162 | x{\fontspec[Script=Default,VerticalPosition={Superior}]{FreeSerif} 163 | abcdefghijklmnopqrstuvwxyz+−(0123456789)} 164 | 165 | {\fontspec[Script=Latin]{FreeSerif} 166 | \textsc{Small Caps} } 167 | 168 | { Bсички хора се раждат свободни и равни по достойнство и права. 169 | \fontspec[Script=Cyrillic,Language=Bulgarian,Variant={1}]{FreeSerif} \selectfont 170 | Bсички хора се раждат свободни и равни по достойнство и права. } 171 | 172 | \end{document} 173 | --------------------------------------------------------------------------- 174 | Here are some 'fontspec' setting-value pairs meaningful for FreeFont. 175 | 176 | Numbers: Lining OldStyle Proportional SlashedZero 177 | Fractions: On 178 | VerticalPosition: Superior Inferior 179 | Ligatures: Common Historical 180 | Letters: UppercaseSmallCaps 181 | Variant: 1 (etc. -- must be in {} picks style set.) 182 | --------------------------------------------------------------------------- 183 | 184 | 185 | $Id: usage.txt,v 1.10 2011-07-16 08:38:06 Stevan_White Exp $ 186 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemono.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemono.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemonob.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemonob.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemonobi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemonobi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemonoi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freemonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freemonoi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesans.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesans.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesansb.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesansb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesansbi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesansbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesansi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freesansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freesansi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserif.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserif.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserifb.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserifb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserifbi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserifbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserifi.ctg.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/freeserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/freeserifi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/helvetica.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-166 -225 1000 931]','ItalicAngle'=>0,'Ascent'=>931,'Descent'=>-225,'Leading'=>0,'CapHeight'=>718,'XHeight'=>523,'StemV'=>88,'StemH'=>76,'AvgWidth'=>513,'MaxWidth'=>1015,'MissingWidth'=>513); 11 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278,60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>278,92=>278,93=>277,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500,100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222,109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556,118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584,127=>500,128=>655,129=>500,130=>222,131=>278,132=>333,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>250,140=>1000,141=>500,142=>611,143=>500,144=>500,145=>222,146=>221,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>500,155=>250,156=>938,157=>500,158=>500,159=>667,160=>278,161=>278,162=>556,163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>448,172=>584,173=>333,174=>737,175=>333,176=>606,177=>584,178=>350,179=>350,180=>333,181=>556,182=>537,183=>278,184=>333,185=>350,186=>365,187=>448,188=>869,189=>869,190=>879,191=>556,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>666,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>896,231=>500,232=>556,233=>556,234=>556,235=>556,236=>251,237=>251,238=>251,239=>251,240=>556,241=>556,242=>556,243=>556,244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,253=>500,254=>555,255=>500); 12 | 13 | // --- EOF --- 14 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/helveticab.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-170 -228 1003 962]','ItalicAngle'=>0,'Ascent'=>962,'Descent'=>-228,'Leading'=>0,'CapHeight'=>718,'XHeight'=>532,'StemV'=>140,'StemH'=>118,'AvgWidth'=>535,'MaxWidth'=>1000,'MissingWidth'=>535); 11 | $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278,20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278,30=>278,31=>278,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333,60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556,100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278,109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611,118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584,127=>350,128=>556,129=>350,130=>278,131=>556,132=>500,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350,145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>556,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333,181=>611,182=>556,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834,190=>834,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>889,231=>556,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,253=>556,254=>611,255=>556); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/helveticabi.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-174 -228 1114 962]','ItalicAngle'=>-12,'Ascent'=>962,'Descent'=>-228,'Leading'=>0,'CapHeight'=>718,'XHeight'=>532,'StemV'=>140,'StemH'=>118,'AvgWidth'=>535,'MaxWidth'=>1000,'MissingWidth'=>535); 11 | $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278,20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278,30=>278,31=>278,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333,60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556,100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278,109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611,118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584,127=>350,128=>556,129=>350,130=>278,131=>556,132=>500,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350,145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>556,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333,181=>611,182=>556,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834,190=>834,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>889,231=>556,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,253=>556,254=>611,255=>556); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/helveticai.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-170 -225 1116 931]','ItalicAngle'=>-12,'Ascent'=>931,'Descent'=>-225,'Leading'=>0,'CapHeight'=>718,'XHeight'=>523,'StemV'=>88,'StemH'=>76,'AvgWidth'=>513,'MaxWidth'=>1015,'MissingWidth'=>513); 11 | $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278,20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278,30=>278,31=>278,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278,60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>278,92=>278,93=>278,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500,100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222,109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556,118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584,127=>350,128=>556,129=>350,130=>222,131=>556,132=>333,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350,145=>222,146=>222,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>500,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333,181=>556,182=>537,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834,190=>834,191=>611,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>889,231=>500,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>556,241=>556,242=>556,243=>556,244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,253=>500,254=>556,255=>500); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/hysmyeongjostdmedium.php: -------------------------------------------------------------------------------- 1 | 880, 7 | 'Descent' => -120, 8 | 'CapHeight' => 720, 9 | 'Flags' => 6, 10 | 'FontBBox' => '[-28 -148 1001 880]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 60, 13 | 'Style' => '<< /Panose <000000000600000000000000> >>', 14 | ); 15 | $cidinfo = array( 16 | 'Registry' => 'Adobe', 17 | 'Ordering' => 'Korea1', 18 | 'Supplement' => '1', 19 | ); 20 | $enc = 'UniKS-UCS2-H'; 21 | 22 | // underline position, needs checking: 23 | $up = -130; 24 | $ut = 40; 25 | 26 | $dw = 1000; 27 | $cw = array( 28 | 32 => 333, 33 => 416, 34 => 416, 35 => 833, 36 => 625, 37 => 916, 38 => 833, 39 => 250, 40 => 500, 41 => 500, 29 | 42 => 500, 43 => 833, 44 => 291, 45 => 450, 46 => 291, 47 => 375, 48 => 625, 49 => 625, 50 => 625, 51 => 625, 30 | 52 => 625, 53 => 625, 54 => 625, 55 => 625, 56 => 625, 57 => 625, 58 => 333, 59 => 333, 60 => 833, 61 => 833, 31 | 62 => 916, 63 => 500, 64 => 1000, 65 => 791, 66 => 708, 67 => 708, 68 => 750, 69 => 708, 70 => 666, 71 => 750, 32 | 72 => 791, 73 => 375, 74 => 500, 75 => 791, 76 => 666, 77 => 916, 78 => 791, 79 => 750, 80 => 666, 81 => 750, 33 | 82 => 708, 83 => 666, 84 => 791, 85 => 791, 86 => 750, 87 => 1000, 88 => 708, 89 => 708, 90 => 666, 91 => 500, 34 | 92 => 375, 93 => 500, 94 => 500, 95 => 500, 96 => 333, 97 => 541, 98 => 583, 99 => 541, 100 => 583, 101 => 583, 35 | 102 => 375, 103 => 583, 104 => 583, 105 => 291, 106 => 333, 107 => 583, 108 => 291, 109 => 875, 110 => 583, 111 => 583, 36 | 112 => 583, 113 => 583, 114 => 458, 115 => 541, 116 => 375, 117 => 583, 118 => 583, 119 => 833, 120 => 625, 121 => 625, 37 | 122 => 500, 123 => 583, 124 => 583, 125 => 583, 126 => 750, 38 | ); 39 | $_cr = array( 40 | //array(97, 97, 500), 41 | array(8094, 8190, 500) 42 | ); 43 | foreach($_cr as $_r) { 44 | for($i = $_r[0]; $i <= $_r[1]; $i++) { 45 | $cw[$i+31] = $_r[2]; 46 | } 47 | } 48 | // --- EOF --- 49 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/kozgopromedium.php: -------------------------------------------------------------------------------- 1 | 880, 7 | 'Descent' => -120, 8 | 'CapHeight' => 763, 9 | 'Flags' => 4, 10 | 'FontBBox' => '[-149 -374 1254 1008]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 99, 13 | 'Style' => '<< /Panose <0000020b0700000000000000> >>', 14 | 'XHeight' => 549, 15 | ); 16 | $cidinfo = array( 17 | 'Registry' => 'Adobe', 18 | 'Ordering' => 'Japan1', 19 | 'Supplement' => '4', 20 | ); 21 | $enc = 'UniJIS-UCS2-H'; 22 | 23 | // underline position, needs checking: 24 | $up = -75; 25 | $ut = 50; 26 | 27 | $dw = 1000; 28 | $cw = array( 29 | 32 => 224, 33 => 266, 34 => 392, 35 => 551, 36 => 562, 37 => 883, 38 => 677, 39 => 213, 40 => 322, 41 => 322, 30 | 42 => 470, 43 => 677, 44 => 247, 45 => 343, 46 => 245, 47 => 370, 48 => 562, 49 => 562, 50 => 562, 51 => 562, 31 | 52 => 562, 53 => 562, 54 => 562, 55 => 562, 56 => 562, 57 => 562, 58 => 245, 59 => 247, 60 => 677, 61 => 677, 32 | 62 => 677, 63 => 447, 64 => 808, 65 => 661, 66 => 602, 67 => 610, 68 => 708, 69 => 535, 70 => 528, 71 => 689, 33 | 72 => 703, 73 => 275, 74 => 404, 75 => 602, 76 => 514, 77 => 871, 78 => 708, 79 => 727, 80 => 585, 81 => 727, 34 | 82 => 595, 83 => 539, 84 => 541, 85 => 696, 86 => 619, 87 => 922, 88 => 612, 89 => 591, 90 => 584, 91 => 322, 35 | 92 => 562, 93 => 322, 94 => 677, 95 => 568, 96 => 340, 97 => 532, 98 => 612, 99 => 475, 100 => 608, 101 => 543, 36 | 102 => 332, 103 => 603, 104 => 601, 105 => 265, 106 => 276, 107 => 524, 108 => 264, 109 => 901, 110 => 601, 111 => 590, 37 | 112 => 612, 113 => 607, 114 => 367, 115 => 433, 116 => 369, 117 => 597, 118 => 527, 119 => 800, 120 => 511, 121 => 518, 38 | 122 => 468, 123 => 321, 124 => 273, 125 => 321, 126 => 341, 127 => 241, 128 => 362, 129 => 241, 130 => 273, 131 => 677, 39 | 132 => 266, 133 => 562, 134 => 562, 135 => 456, 136 => 562, 137 => 571, 138 => 562, 139 => 416, 140 => 472, 141 => 283, 40 | 142 => 283, 143 => 587, 144 => 588, 145 => 568, 146 => 545, 147 => 545, 148 => 247, 149 => 561, 150 => 330, 151 => 239, 41 | 152 => 418, 153 => 416, 154 => 472, 155 => 1136, 156 => 1288, 157 => 447, 158 => 340, 159 => 340, 160 => 340, 161 => 340, 42 | 162 => 340, 163 => 340, 164 => 455, 165 => 340, 166 => 340, 167 => 340, 168 => 340, 169 => 1136, 170 => 857, 171 => 384, 43 | 172 => 519, 173 => 727, 174 => 952, 175 => 398, 176 => 834, 177 => 264, 178 => 275, 179 => 590, 180 => 918, 181 => 605, 44 | 182 => 677, 183 => 769, 184 => 677, 185 => 473, 186 => 361, 187 => 677, 188 => 347, 189 => 340, 190 => 599, 191 => 284, 45 | 192 => 845, 193 => 845, 194 => 845, 195 => 661, 196 => 661, 197 => 661, 198 => 661, 199 => 661, 200 => 661, 201 => 610, 46 | 202 => 535, 203 => 535, 204 => 535, 205 => 535, 206 => 275, 207 => 275, 208 => 275, 209 => 275, 210 => 715, 211 => 708, 47 | 212 => 727, 213 => 727, 214 => 727, 215 => 727, 216 => 727, 217 => 677, 218 => 696, 219 => 696, 220 => 696, 221 => 696, 48 | 222 => 591, 223 => 584, 224 => 532, 225 => 532, 226 => 532, 227 => 532, 228 => 532, 229 => 532, 230 => 475, 231 => 543, 49 | 232 => 543, 233 => 543, 234 => 543, 235 => 264, 236 => 264, 237 => 264, 238 => 264, 239 => 584, 240 => 601, 241 => 590, 50 | 242 => 590, 243 => 590, 244 => 590, 245 => 590, 246 => 677, 247 => 597, 248 => 597, 249 => 597, 250 => 597, 251 => 518, 51 | 252 => 612, 253 => 518, 254 => 539, 255 => 591, 256 => 584, 257 => 446, 258 => 433, 259 => 683, 260 => 468, 261 => 562, 52 | ); 53 | $_cr = array( 54 | array(231, 632, 500), // half-width 55 | array(8718, 8718, 500), 56 | array(9738, 9757, 250), // quarter-width 57 | array(9758, 9778, 333), // third-width 58 | array(12063, 12087, 500) 59 | ); 60 | foreach($_cr as $_r) { 61 | for($i = $_r[0]; $i <= $_r[1]; $i++) { 62 | $cw[$i+31] = $_r[2]; 63 | } 64 | } 65 | // --- EOF --- 66 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/kozminproregular.php: -------------------------------------------------------------------------------- 1 | 880, 7 | 'Descent' => -120, 8 | 'CapHeight' => 740, 9 | 'Flags' => 6, 10 | 'FontBBox' => '[-195 -272 1110 1075]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 86, 13 | 'XHeight' => 502, 14 | ); 15 | $cidinfo = array( 16 | 'Registry' => 'Adobe', 17 | 'Ordering' => 'Japan1', 18 | 'Supplement' => '4', 19 | ); 20 | $enc = 'UniJIS-UCS2-H'; 21 | 22 | $up = -75; 23 | $ut = 50; 24 | 25 | $dw = 1000; 26 | $cw = array( 27 | 32 => 278, 33 => 299, 34 => 353, 35 => 614, 36 => 614, 37 => 721, 38 => 735, 39 => 216, 40 => 323, 41 => 323, 28 | 42 => 449, 43 => 529, 44 => 219, 45 => 306, 46 => 219, 47 => 453, 48 => 614, 49 => 614, 50 => 614, 51 => 614, 29 | 52 => 614, 53 => 614, 54 => 614, 55 => 614, 56 => 614, 57 => 614, 58 => 219, 59 => 219, 60 => 529, 61 => 529, 30 | 62 => 529, 63 => 486, 64 => 744, 65 => 646, 66 => 604, 67 => 617, 68 => 681, 69 => 567, 70 => 537, 71 => 647, 31 | 72 => 738, 73 => 320, 74 => 433, 75 => 637, 76 => 566, 77 => 904, 78 => 710, 79 => 716, 80 => 605, 81 => 716, 32 | 82 => 623, 83 => 517, 84 => 601, 85 => 690, 86 => 668, 87 => 990, 88 => 681, 89 => 634, 90 => 578, 91 => 316, 33 | 92 => 614, 93 => 316, 94 => 529, 95 => 500, 96 => 387, 97 => 509, 98 => 566, 99 => 478, 100 => 565, 101 => 503, 34 | 102 => 337, 103 => 549, 104 => 580, 105 => 275, 106 => 266, 107 => 544, 108 => 276, 109 => 854, 110 => 579, 111 => 550, 35 | 112 => 578, 113 => 566, 114 => 410, 115 => 444, 116 => 340, 117 => 575, 118 => 512, 119 => 760, 120 => 503, 121 => 529, 36 | 122 => 453, 123 => 326, 124 => 380, 125 => 326, 126 => 387, 127 => 216, 128 => 453, 129 => 216, 130 => 380, 131 => 529, 37 | 132 => 299, 133 => 614, 134 => 614, 135 => 265, 136 => 614, 137 => 475, 138 => 614, 139 => 353, 140 => 451, 141 => 291, 38 | 142 => 291, 143 => 588, 144 => 589, 145 => 500, 146 => 476, 147 => 476, 148 => 219, 149 => 494, 150 => 452, 151 => 216, 39 | 152 => 353, 153 => 353, 154 => 451, 156 => 1075, 157 => 486, 158 => 387, 159 => 387, 160 => 387, 161 => 387, 40 | 162 => 387, 163 => 387, 164 => 387, 165 => 387, 166 => 387, 167 => 387, 168 => 387, 170 => 880, 171 => 448, 41 | 172 => 566, 173 => 716, 174 => 903, 175 => 460, 176 => 805, 177 => 275, 178 => 276, 179 => 550, 180 => 886, 181 => 582, 42 | 182 => 529, 183 => 738, 184 => 529, 185 => 738, 186 => 357, 187 => 529, 188 => 406, 189 => 406, 190 => 575, 191 => 406, 43 | 192 => 934, 193 => 934, 194 => 934, 195 => 646, 196 => 646, 197 => 646, 198 => 646, 199 => 646, 200 => 646, 201 => 617, 44 | 202 => 567, 203 => 567, 204 => 567, 205 => 567, 206 => 320, 207 => 320, 208 => 320, 209 => 320, 210 => 681, 211 => 710, 45 | 212 => 716, 213 => 716, 214 => 716, 215 => 716, 216 => 716, 217 => 529, 218 => 690, 219 => 690, 220 => 690, 221 => 690, 46 | 222 => 634, 223 => 605, 224 => 509, 225 => 509, 226 => 509, 227 => 509, 228 => 509, 229 => 509, 230 => 478, 231 => 503, 47 | 232 => 503, 233 => 503, 234 => 503, 235 => 275, 236 => 275, 237 => 275, 238 => 275, 239 => 550, 240 => 579, 241 => 550, 48 | 242 => 550, 243 => 550, 244 => 550, 245 => 550, 246 => 529, 247 => 575, 248 => 575, 249 => 575, 250 => 575, 251 => 529, 49 | 252 => 578, 253 => 529, 254 => 517, 255 => 634, 256 => 578, 257 => 445, 258 => 444, 259 => 842, 260 => 453, 261 => 614, 50 | ); 51 | $_cr = array( 52 | array(231, 632, 500), // half-width 53 | array(8718, 8718, 500), 54 | array(9738, 9757, 250), // quarter-width 55 | array(9758, 9778, 333), // third-width 56 | array(12063, 12087, 500), 57 | ); 58 | foreach($_cr as $_r) { 59 | for($i = $_r[0]; $i <= $_r[1]; $i++) { 60 | $cw[$i+31] = $_r[2]; 61 | } 62 | } 63 | // --- EOF --- 64 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/msungstdlight.php: -------------------------------------------------------------------------------- 1 | 880, 7 | 'Descent' => -120, 8 | 'CapHeight' => 880, 9 | 'Flags' => 6, 10 | 'FontBBox' => '[-160 -249 1015 1071]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 93, 13 | ); 14 | $cidinfo = array( 15 | 'Registry' => 'Adobe', 16 | 'Ordering' => 'CNS1', 17 | 'Supplement' => '3', 18 | ); 19 | $enc = 'UniCNS-UCS2-H'; 20 | 21 | $up = -130; 22 | $ut = 40; 23 | 24 | $dw = 1000; 25 | $cw = array( 26 | 32 => 250, 33 => 250, 34 => 408, 35 => 668, 36 => 490, 37 => 875, 38 => 698, 39 => 250, 40 => 240, 41 => 240, 27 | 42 => 417, 43 => 667, 44 => 250, 45 => 313, 46 => 250, 47 => 520, 48 => 500, 49 => 500, 50 => 500, 51 => 500, 28 | 52 => 500, 53 => 500, 54 => 500, 55 => 500, 56 => 500, 57 => 500, 58 => 250, 59 => 250, 60 => 667, 61 => 667, 29 | 62 => 667, 63 => 396, 64 => 921, 65 => 677, 66 => 615, 67 => 719, 68 => 760, 69 => 625, 70 => 552, 71 => 771, 30 | 72 => 802, 73 => 354, 74 => 354, 75 => 781, 76 => 604, 77 => 927, 78 => 750, 79 => 823, 80 => 563, 81 => 823, 31 | 82 => 729, 83 => 542, 84 => 698, 85 => 771, 86 => 729, 87 => 948, 88 => 771, 89 => 677, 90 => 635, 91 => 344, 32 | 92 => 520, 93 => 344, 94 => 469, 95 => 500, 96 => 250, 97 => 469, 98 => 521, 99 => 427, 100 => 521, 101 => 438, 33 | 102 => 271, 103 => 469, 104 => 531, 105 => 250, 106 => 250, 107 => 458, 108 => 240, 109 => 802, 110 => 531, 111 => 500, 34 | 112 => 521, 113 => 521, 114 => 365, 115 => 333, 116 => 292, 117 => 521, 118 => 458, 119 => 677, 120 => 479, 121 => 458, 35 | 122 => 427, 123 => 480, 124 => 496, 125 => 480, 126 => 667, 36 | 17601 => 500, 37 | ); 38 | // --- EOF --- 39 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourier.php: -------------------------------------------------------------------------------- 1 | 33,'FontBBox'=>'[0 -200 600 794]','ItalicAngle'=>0,'Ascent'=>794,'Descent'=>-200,'Leading'=>0,'CapHeight'=>563,'XHeight'=>417,'StemV'=>70,'StemH'=>30,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 14 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourier.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfacourier.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourierb.php: -------------------------------------------------------------------------------- 1 | 262177,'FontBBox'=>'[-43 -200 630 800]','ItalicAngle'=>0,'Ascent'=>800,'Descent'=>-200,'Leading'=>0,'CapHeight'=>583,'XHeight'=>437,'StemV'=>70,'StemH'=>30,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 14 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourierb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfacourierb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourierbi.php: -------------------------------------------------------------------------------- 1 | 262241,'FontBBox'=>'[-43 -200 735 800]','ItalicAngle'=>-12,'Ascent'=>800,'Descent'=>-200,'Leading'=>0,'CapHeight'=>583,'XHeight'=>437,'StemV'=>70,'StemH'=>30,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 14 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourierbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfacourierbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourieri.php: -------------------------------------------------------------------------------- 1 | 97,'FontBBox'=>'[-27 -200 710 783]','ItalicAngle'=>-12,'Ascent'=>783,'Descent'=>-200,'Leading'=>0,'CapHeight'=>563,'XHeight'=>417,'StemV'=>70,'StemH'=>30,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 14 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfacourieri.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfacourieri.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelvetica.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-22 -220 1001 966]','ItalicAngle'=>0,'Ascent'=>966,'Descent'=>-220,'Leading'=>0,'CapHeight'=>709,'XHeight'=>524,'StemV'=>70,'StemH'=>30,'AvgWidth'=>543,'MaxWidth'=>1015,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278,60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>278,92=>278,93=>277,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500,100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222,109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556,118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584,127=>500,128=>655,129=>500,130=>222,131=>278,132=>333,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>250,140=>1000,141=>500,142=>611,143=>500,144=>500,145=>222,146=>221,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>500,155=>250,156=>938,157=>500,158=>500,159=>667,160=>278,161=>278,162=>556,163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>448,172=>584,173=>333,174=>737,175=>333,176=>606,177=>584,178=>350,179=>350,180=>333,181=>556,182=>537,183=>278,184=>333,185=>350,186=>365,187=>448,188=>869,189=>869,190=>879,191=>556,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>666,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>896,231=>500,232=>556,233=>556,234=>556,235=>556,236=>251,237=>251,238=>251,239=>251,240=>556,241=>556,242=>556,243=>556,244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,253=>500,254=>555,255=>500); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelvetica.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfahelvetica.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelveticab.php: -------------------------------------------------------------------------------- 1 | 262176,'FontBBox'=>'[-22 -220 1003 949]','ItalicAngle'=>0,'Ascent'=>949,'Descent'=>-220,'Leading'=>0,'CapHeight'=>724,'XHeight'=>540,'StemV'=>70,'StemH'=>30,'AvgWidth'=>565,'MaxWidth'=>1000,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333,60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556,100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278,109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611,118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584,127=>500,128=>640,129=>500,130=>278,131=>333,132=>500,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>500,142=>611,143=>500,144=>500,145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>556,155=>333,156=>953,157=>500,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>606,177=>584,178=>351,179=>351,180=>333,181=>611,182=>556,183=>278,184=>333,185=>300,186=>365,187=>556,188=>869,189=>869,190=>869,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>889,231=>556,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,253=>556,254=>611,255=>556); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelveticab.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfahelveticab.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelveticabi.php: -------------------------------------------------------------------------------- 1 | 262240,'FontBBox'=>'[-65 -220 1107 953]','ItalicAngle'=>-12,'Ascent'=>953,'Descent'=>-220,'Leading'=>0,'CapHeight'=>724,'XHeight'=>540,'StemV'=>70,'StemH'=>30,'AvgWidth'=>565,'MaxWidth'=>1000,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333,60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556,100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278,109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611,118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584,127=>500,128=>640,129=>500,130=>278,131=>333,132=>500,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>500,142=>611,143=>500,144=>500,145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>556,155=>333,156=>962,157=>500,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>606,177=>584,178=>350,179=>350,180=>333,181=>667,182=>556,183=>278,184=>333,185=>248,186=>365,187=>556,188=>869,189=>869,190=>869,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>892,231=>556,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,253=>556,254=>611,255=>556); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelveticabi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfahelveticabi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelveticai.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-65 -218 1108 970]','ItalicAngle'=>-12,'Ascent'=>970,'Descent'=>-218,'Leading'=>0,'CapHeight'=>709,'XHeight'=>524,'StemV'=>70,'StemH'=>30,'AvgWidth'=>544,'MaxWidth'=>1015,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278,60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>278,92=>278,93=>278,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500,100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222,109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556,118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584,127=>500,128=>655,129=>500,130=>222,131=>278,132=>333,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>250,140=>1000,141=>500,142=>611,143=>500,144=>500,145=>222,146=>222,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>500,155=>250,156=>937,157=>500,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>444,172=>584,173=>333,174=>737,175=>333,176=>606,177=>584,178=>352,179=>352,180=>333,181=>556,182=>537,183=>278,184=>333,185=>250,186=>365,187=>444,188=>947,189=>947,190=>947,191=>611,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>897,231=>500,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>556,241=>556,242=>556,243=>556,244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,253=>500,254=>556,255=>500); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfahelveticai.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfahelveticai.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfasymbol.php: -------------------------------------------------------------------------------- 1 | 4,'FontBBox'=>'[-168 -233 997 900]','ItalicAngle'=>0,'Ascent'=>900,'Descent'=>-233,'Leading'=>0,'CapHeight'=>661,'XHeight'=>460,'StemV'=>70,'StemH'=>30,'AvgWidth'=>578,'MaxWidth'=>1008,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>333,34=>587,35=>500,36=>587,37=>833,38=>778,39=>439,40=>333,41=>333,42=>471,43=>564,44=>250,45=>564,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,60=>564,61=>564,62=>564,63=>444,64=>636,65=>722,66=>667,67=>722,68=>660,69=>611,70=>742,71=>586,72=>722,73=>333,74=>587,75=>722,76=>722,77=>889,78=>722,79=>722,80=>722,81=>726,82=>556,83=>627,84=>611,85=>696,86=>452,87=>743,88=>628,89=>808,90=>611,91=>333,92=>565,93=>333,94=>712,95=>500,96=>500,97=>583,98=>527,99=>480,100=>534,101=>426,102=>643,103=>480,104=>536,105=>286,106=>640,107=>544,108=>476,109=>536,110=>480,111=>500,112=>587,113=>534,114=>528,115=>537,116=>420,117=>514,118=>684,119=>693,120=>514,121=>693,122=>466,123=>480,124=>200,125=>480,126=>636,127=>500,128=>500,129=>500,130=>500,131=>500,132=>500,133=>500,134=>500,135=>500,136=>500,137=>500,138=>500,139=>500,140=>500,141=>500,142=>500,143=>500,144=>500,145=>500,146=>500,147=>500,148=>500,149=>500,150=>500,151=>500,152=>500,153=>500,154=>500,155=>500,156=>500,157=>500,158=>500,159=>500,160=>500,161=>620,162=>247,163=>636,164=>167,165=>853,166=>358,167=>770,168=>770,169=>770,170=>770,171=>964,172=>964,173=>472,174=>964,175=>500,176=>400,177=>564,178=>411,179=>636,180=>564,181=>636,182=>494,183=>350,184=>564,185=>564,186=>636,187=>636,188=>1000,189=>500,190=>500,191=>658,192=>537,193=>613,194=>711,195=>832,196=>636,197=>636,198=>746,199=>654,200=>654,201=>636,202=>636,203=>636,204=>636,205=>636,206=>536,207=>536,208=>575,209=>612,210=>792,211=>793,212=>1008,213=>823,214=>549,215=>250,216=>564,217=>564,218=>564,219=>964,220=>964,221=>550,222=>964,223=>550,224=>512,225=>329,226=>500,227=>500,228=>500,229=>713,230=>500,231=>500,232=>500,233=>500,234=>500,235=>500,236=>500,237=>500,238=>500,239=>500,240=>500,241=>329,242=>416,243=>686,244=>500,245=>686,246=>500,247=>500,248=>500,249=>500,250=>500,251=>500,252=>500,253=>500,254=>500,255=>333); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfasymbol.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfasymbol.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimes.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-70 -218 1000 900]','ItalicAngle'=>0,'Ascent'=>900,'Descent'=>-218,'Leading'=>0,'CapHeight'=>662,'XHeight'=>450,'StemV'=>70,'StemH'=>30,'AvgWidth'=>517,'MaxWidth'=>1008,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>333,34=>408,35=>500,36=>500,37=>833,38=>778,39=>180,40=>333,41=>333,42=>500,43=>564,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,60=>564,61=>564,62=>564,63=>444,64=>921,65=>722,66=>667,67=>667,68=>722,69=>611,70=>556,71=>722,72=>722,73=>333,74=>389,75=>722,76=>611,77=>889,78=>722,79=>722,80=>556,81=>722,82=>667,83=>556,84=>611,85=>722,86=>722,87=>944,88=>722,89=>722,90=>611,91=>333,92=>296,93=>333,94=>469,95=>500,96=>333,97=>444,98=>500,99=>444,100=>500,101=>444,102=>333,103=>500,104=>500,105=>278,106=>278,107=>500,108=>278,109=>778,110=>500,111=>500,112=>500,113=>500,114=>333,115=>389,116=>278,117=>500,118=>500,119=>722,120=>500,121=>500,122=>444,123=>480,124=>200,125=>480,126=>541,127=>500,128=>741,129=>500,130=>250,131=>358,132=>444,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>250,140=>889,141=>500,142=>611,143=>500,144=>500,145=>250,146=>250,147=>444,148=>444,149=>350,150=>500,151=>1000,152=>333,153=>1008,154=>389,155=>250,156=>709,157=>500,158=>444,159=>722,160=>250,161=>333,162=>500,163=>500,164=>500,165=>500,166=>200,167=>500,168=>333,169=>793,170=>276,171=>444,172=>564,173=>333,174=>792,175=>333,176=>400,177=>564,178=>320,179=>320,180=>333,181=>500,182=>483,183=>250,184=>333,185=>320,186=>310,187=>441,188=>750,189=>750,190=>750,191=>444,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>889,199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333,208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>564,216=>722,217=>722,218=>722,219=>722,220=>722,221=>722,222=>576,223=>500,224=>444,225=>444,226=>444,227=>444,228=>444,229=>444,230=>651,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>501,241=>500,242=>500,243=>500,244=>500,245=>500,246=>500,247=>564,248=>500,249=>500,250=>500,251=>500,252=>500,253=>500,254=>496,255=>500); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimes.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfatimes.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimesb.php: -------------------------------------------------------------------------------- 1 | 262176,'FontBBox'=>'[-107 -218 1065 900]','ItalicAngle'=>0,'Ascent'=>900,'Descent'=>-218,'Leading'=>0,'CapHeight'=>676,'XHeight'=>461,'StemV'=>70,'StemH'=>30,'AvgWidth'=>544,'MaxWidth'=>1086,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>333,34=>555,35=>500,36=>500,37=>1000,38=>833,39=>278,40=>333,41=>333,42=>507,43=>676,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>676,61=>676,62=>676,63=>500,64=>930,65=>722,66=>667,67=>722,68=>724,69=>667,70=>611,71=>778,72=>774,73=>386,74=>500,75=>764,76=>664,77=>943,78=>722,79=>778,80=>611,81=>778,82=>712,83=>556,84=>667,85=>722,86=>722,87=>1000,88=>722,89=>722,90=>667,91=>333,92=>278,93=>333,94=>581,95=>500,96=>333,97=>500,98=>546,99=>444,100=>556,101=>444,102=>333,103=>500,104=>556,105=>278,106=>333,107=>556,108=>278,109=>833,110=>556,111=>500,112=>549,113=>547,114=>444,115=>389,116=>333,117=>556,118=>500,119=>722,120=>500,121=>500,122=>444,123=>394,124=>220,125=>394,126=>520,127=>500,128=>761,129=>500,130=>250,131=>333,132=>500,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>1000,141=>500,142=>667,143=>500,144=>500,145=>250,146=>250,147=>500,148=>500,149=>524,150=>500,151=>1000,152=>333,153=>1086,154=>389,155=>333,156=>717,157=>500,158=>444,159=>722,160=>250,161=>333,162=>500,163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>300,171=>500,172=>680,173=>333,174=>747,175=>333,176=>400,177=>676,178=>300,179=>300,180=>333,181=>556,182=>540,183=>250,184=>333,185=>270,186=>330,187=>500,188=>750,189=>750,190=>750,191=>500,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>676,216=>778,217=>722,218=>722,219=>722,220=>722,221=>722,222=>632,223=>556,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>703,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,244=>500,245=>500,246=>500,247=>676,248=>500,249=>556,250=>556,251=>556,252=>556,253=>500,254=>556,255=>500); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimesb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfatimesb.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimesbi.php: -------------------------------------------------------------------------------- 1 | 262240,'FontBBox'=>'[-200 -218 1121 900]','ItalicAngle'=>-15,'Ascent'=>900,'Descent'=>-218,'Leading'=>0,'CapHeight'=>669,'XHeight'=>462,'StemV'=>70,'StemH'=>30,'AvgWidth'=>525,'MaxWidth'=>1086,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>389,34=>555,35=>500,36=>500,37=>833,38=>778,39=>278,40=>333,41=>333,42=>500,43=>570,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>570,61=>570,62=>570,63=>500,64=>832,65=>667,66=>667,67=>667,68=>744,69=>670,70=>656,71=>722,72=>778,73=>393,74=>500,75=>664,76=>609,77=>896,78=>722,79=>722,80=>614,81=>722,82=>672,83=>556,84=>611,85=>722,86=>667,87=>889,88=>667,89=>611,90=>611,91=>333,92=>278,93=>333,94=>570,95=>500,96=>333,97=>500,98=>500,99=>444,100=>500,101=>444,102=>333,103=>500,104=>556,105=>278,106=>278,107=>500,108=>278,109=>778,110=>556,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>556,118=>444,119=>667,120=>500,121=>444,122=>389,123=>348,124=>220,125=>348,126=>570,127=>500,128=>761,129=>500,130=>250,131=>333,132=>500,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>944,141=>500,142=>611,143=>500,144=>500,145=>250,146=>250,147=>500,148=>500,149=>350,150=>500,151=>1000,152=>333,153=>1086,154=>389,155=>333,156=>711,157=>500,158=>389,159=>611,160=>250,161=>389,162=>500,163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>266,171=>500,172=>606,173=>333,174=>747,175=>333,176=>400,177=>570,178=>300,179=>300,180=>333,181=>576,182=>500,183=>250,184=>333,185=>272,186=>300,187=>500,188=>750,189=>750,190=>750,191=>500,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>944,199=>667,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389,208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>570,216=>722,217=>722,218=>722,219=>722,220=>722,221=>611,222=>609,223=>500,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>703,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556,253=>444,254=>500,255=>444); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimesbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfatimesbi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimesi.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-168 -217 1053 900]','ItalicAngle'=>-15,'Ascent'=>900,'Descent'=>-217,'Leading'=>0,'CapHeight'=>653,'XHeight'=>441,'StemV'=>70,'StemH'=>30,'AvgWidth'=>511,'MaxWidth'=>1000,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>333,34=>420,35=>500,36=>500,37=>833,38=>778,39=>214,40=>333,41=>333,42=>500,43=>675,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>675,61=>675,62=>675,63=>500,64=>920,65=>611,66=>611,67=>667,68=>722,69=>604,70=>611,71=>722,72=>722,73=>339,74=>444,75=>652,76=>556,77=>828,78=>657,79=>722,80=>603,81=>722,82=>616,83=>500,84=>556,85=>722,86=>611,87=>833,88=>611,89=>556,90=>556,91=>389,92=>278,93=>389,94=>422,95=>500,96=>333,97=>500,98=>500,99=>444,100=>500,101=>444,102=>278,103=>500,104=>500,105=>278,106=>278,107=>444,108=>278,109=>722,110=>500,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>500,118=>444,119=>667,120=>444,121=>444,122=>389,123=>400,124=>275,125=>400,126=>541,127=>500,128=>741,129=>500,130=>250,131=>278,132=>444,133=>889,134=>500,135=>500,136=>333,137=>1000,138=>500,139=>250,140=>944,141=>500,142=>556,143=>500,144=>500,145=>250,146=>250,147=>444,148=>444,149=>350,150=>500,151=>1000,152=>333,153=>920,154=>389,155=>250,156=>694,157=>500,158=>389,159=>556,160=>250,161=>389,162=>500,163=>500,164=>500,165=>500,166=>275,167=>500,168=>333,169=>760,170=>276,171=>444,172=>675,173=>333,174=>760,175=>333,176=>400,177=>675,178=>300,179=>300,180=>333,181=>500,182=>523,183=>250,184=>333,185=>250,186=>310,187=>444,188=>750,189=>750,190=>750,191=>500,192=>611,193=>611,194=>611,195=>611,196=>611,197=>611,198=>889,199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333,208=>722,209=>667,210=>722,211=>722,212=>722,213=>722,214=>722,215=>675,216=>722,217=>722,218=>722,219=>722,220=>722,221=>556,222=>611,223=>500,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>673,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500,244=>500,245=>500,246=>500,247=>675,248=>500,249=>500,250=>500,251=>500,252=>500,253=>444,254=>500,255=>444); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfatimesi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfatimesi.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfazapfdingbats.php: -------------------------------------------------------------------------------- 1 | 4,'FontBBox'=>'[-1 -218 945 805]','ItalicAngle'=>0,'Ascent'=>805,'Descent'=>-218,'Leading'=>0,'CapHeight'=>700,'XHeight'=>450,'StemV'=>70,'StemH'=>30,'AvgWidth'=>744,'MaxWidth'=>980,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>974,34=>961,35=>974,36=>980,37=>715,38=>789,39=>790,40=>791,41=>690,42=>954,43=>933,44=>549,45=>855,46=>911,47=>933,48=>911,49=>945,50=>974,51=>755,52=>846,53=>762,54=>761,55=>571,56=>677,57=>763,58=>760,59=>759,60=>754,61=>494,62=>552,63=>537,64=>577,65=>692,66=>786,67=>788,68=>788,69=>790,70=>793,71=>794,72=>811,73=>823,74=>789,75=>841,76=>823,77=>833,78=>816,79=>831,80=>923,81=>744,82=>723,83=>749,84=>790,85=>792,86=>695,87=>776,88=>768,89=>792,90=>759,91=>707,92=>708,93=>682,94=>701,95=>826,96=>815,97=>789,98=>789,99=>707,100=>687,101=>696,102=>689,103=>786,104=>787,105=>713,106=>791,107=>785,108=>791,109=>873,110=>761,111=>762,112=>762,113=>759,114=>759,115=>892,116=>892,117=>788,118=>784,119=>791,120=>138,121=>277,122=>415,123=>392,124=>392,125=>668,126=>668,127=>500,128=>390,129=>390,130=>317,131=>317,132=>276,133=>276,134=>509,135=>509,136=>410,137=>410,138=>234,139=>234,140=>334,141=>334,142=>500,143=>500,144=>500,145=>500,146=>500,147=>500,148=>500,149=>500,150=>500,151=>500,152=>500,153=>500,154=>500,155=>500,156=>500,157=>500,158=>500,159=>500,160=>250,161=>732,162=>544,163=>544,164=>910,165=>667,166=>760,167=>760,168=>770,169=>770,170=>770,171=>770,172=>788,173=>788,174=>788,175=>788,176=>788,177=>788,178=>788,179=>788,180=>788,181=>788,182=>788,183=>788,184=>788,185=>788,186=>788,187=>788,188=>788,189=>788,190=>788,191=>788,192=>788,193=>788,194=>788,195=>788,196=>788,197=>788,198=>788,199=>788,200=>788,201=>788,202=>788,203=>788,204=>788,205=>788,206=>788,207=>788,208=>788,209=>788,210=>788,211=>788,212=>894,213=>964,214=>964,215=>499,216=>748,217=>924,218=>748,219=>918,220=>927,221=>928,222=>928,223=>834,224=>873,225=>828,226=>924,227=>924,228=>917,229=>930,230=>931,231=>463,232=>883,233=>836,234=>836,235=>867,236=>867,237=>696,238=>696,239=>874,240=>501,241=>874,242=>760,243=>946,244=>771,245=>865,246=>771,247=>888,248=>967,249=>888,250=>831,251=>873,252=>927,253=>970,254=>918,255=>500); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/pdfazapfdingbats.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/fonts/pdfazapfdingbats.z -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/stsongstdlight.php: -------------------------------------------------------------------------------- 1 | 752, 7 | 'Descent' => -271, 8 | 'CapHeight' => 737, 9 | 'Flags' => 6, 10 | 'FontBBox' => '[-25 -254 1000 880]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 58, 13 | 'Style' => '<< /Panose <000000000400000000000000> >>', 14 | ); 15 | $cidinfo = array( 16 | 'Registry' => 'Adobe', 17 | 'Ordering' => 'GB1', 18 | 'Supplement' => '2', 19 | ); 20 | $enc = 'UniGB-UCS2-H'; 21 | 22 | // underline position, needs checking: 23 | $up = -130; 24 | $ut = 40; 25 | 26 | $dw = 1000; 27 | $cw = array( 28 | 32 => 207, 33 => 270, 34 => 342, 35 => 467, 36 => 462, 37 => 797, 38 => 710, 39 => 239, 40 => 374, 41 => 374, 29 | 42 => 423, 43 => 605, 44 => 238, 45 => 375, 46 => 238, 47 => 334, 48 => 462, 49 => 462, 50 => 462, 51 => 462, 30 | 52 => 462, 53 => 462, 54 => 462, 55 => 462, 56 => 462, 57 => 462, 58 => 238, 59 => 238, 60 => 605, 61 => 605, 31 | 62 => 605, 63 => 344, 64 => 748, 65 => 684, 66 => 560, 67 => 695, 68 => 739, 69 => 563, 70 => 511, 71 => 729, 32 | 72 => 793, 73 => 318, 74 => 312, 75 => 666, 76 => 526, 77 => 896, 78 => 758, 79 => 772, 80 => 544, 81 => 772, 33 | 82 => 628, 83 => 465, 84 => 607, 85 => 753, 86 => 711, 87 => 972, 88 => 647, 89 => 620, 90 => 607, 91 => 374, 34 | 92 => 333, 93 => 374, 94 => 606, 95 => 500, 96 => 239, 97 => 417, 98 => 503, 99 => 427, 100 => 529, 101 => 415, 35 | 102 => 264, 103 => 444, 104 => 518, 105 => 241, 106 => 230, 107 => 495, 108 => 228, 109 => 793, 110 => 527, 111 => 524, 36 | 112 => 524, 113 => 504, 114 => 338, 115 => 336, 116 => 277, 117 => 517, 118 => 450, 119 => 652, 120 => 466, 121 => 452, 37 | 122 => 407, 123 => 370, 124 => 258, 125 => 370, 126 => 605 38 | ); 39 | // --- EOF --- 40 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/symbol.php: -------------------------------------------------------------------------------- 1 | 4,'FontBBox'=>'[-180 -293 1090 1010]','ItalicAngle'=>0,'Ascent'=>1010,'Descent'=>-293,'Leading'=>0,'CapHeight'=>1010,'StemV'=>85,'StemH'=>92,'AvgWidth'=>587,'MaxWidth'=>1042,'MissingWidth'=>587); 11 | $cw=array(0=>587,1=>587,2=>587,3=>587,4=>587,5=>587,6=>587,7=>587,8=>587,9=>587,10=>587,11=>587,12=>587,13=>587,14=>587,15=>587,16=>587,17=>587,18=>587,19=>587,20=>587,21=>587,22=>587,23=>587,24=>587,25=>587,26=>587,27=>587,28=>587,29=>587,30=>587,31=>587,32=>250,33=>333,34=>713,35=>500,36=>549,37=>833,38=>778,39=>439,40=>333,41=>333,42=>500,43=>549,44=>250,45=>549,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,60=>549,61=>549,62=>549,63=>444,64=>549,65=>722,66=>667,67=>722,68=>612,69=>611,70=>763,71=>603,72=>722,73=>333,74=>631,75=>722,76=>686,77=>889,78=>722,79=>722,80=>768,81=>741,82=>556,83=>592,84=>611,85=>690,86=>439,87=>768,88=>645,89=>795,90=>611,91=>333,92=>863,93=>333,94=>658,95=>500,96=>500,97=>631,98=>549,99=>549,100=>494,101=>439,102=>521,103=>411,104=>603,105=>329,106=>603,107=>549,108=>549,109=>576,110=>521,111=>549,112=>549,113=>521,114=>549,115=>603,116=>439,117=>576,118=>713,119=>686,120=>493,121=>686,122=>494,123=>480,124=>200,125=>480,126=>549,127=>587,128=>587,129=>587,130=>587,131=>587,132=>587,133=>587,134=>587,135=>587,136=>587,137=>587,138=>587,139=>587,140=>587,141=>587,142=>587,143=>587,144=>587,145=>587,146=>587,147=>587,148=>587,149=>587,150=>587,151=>587,152=>587,153=>587,154=>587,155=>587,156=>587,157=>587,158=>587,159=>587,160=>750,161=>620,162=>247,163=>549,164=>167,165=>713,166=>500,167=>753,168=>753,169=>753,170=>753,171=>1042,172=>987,173=>603,174=>987,175=>603,176=>400,177=>549,178=>411,179=>549,180=>549,181=>713,182=>494,183=>460,184=>549,185=>549,186=>549,187=>549,188=>1000,189=>603,190=>1000,191=>658,192=>823,193=>686,194=>795,195=>987,196=>768,197=>768,198=>823,199=>768,200=>768,201=>713,202=>713,203=>713,204=>713,205=>713,206=>713,207=>713,208=>768,209=>713,210=>790,211=>790,212=>890,213=>823,214=>549,215=>250,216=>713,217=>603,218=>603,219=>1042,220=>987,221=>603,222=>987,223=>603,224=>494,225=>329,226=>790,227=>790,228=>786,229=>713,230=>384,231=>384,232=>384,233=>384,234=>384,235=>384,236=>494,237=>494,238=>494,239=>494,240=>587,241=>329,242=>274,243=>686,244=>686,245=>686,246=>384,247=>384,248=>384,249=>384,250=>384,251=>384,252=>494,253=>494,254=>494,255=>587); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/times.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-168 -218 1000 898]','ItalicAngle'=>0,'Ascent'=>898,'Descent'=>-218,'Leading'=>0,'CapHeight'=>662,'XHeight'=>450,'StemV'=>84,'StemH'=>28,'AvgWidth'=>495,'MaxWidth'=>1000,'MissingWidth'=>495); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>333,34=>408,35=>500,36=>500,37=>833,38=>778,39=>180,40=>333,41=>333,42=>500,43=>564,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,60=>564,61=>564,62=>564,63=>444,64=>921,65=>722,66=>667,67=>667,68=>722,69=>611,70=>556,71=>722,72=>722,73=>333,74=>389,75=>722,76=>611,77=>889,78=>722,79=>722,80=>556,81=>722,82=>667,83=>556,84=>611,85=>722,86=>722,87=>944,88=>722,89=>722,90=>611,91=>333,92=>278,93=>333,94=>469,95=>500,96=>333,97=>444,98=>500,99=>444,100=>500,101=>444,102=>333,103=>500,104=>500,105=>278,106=>278,107=>500,108=>278,109=>778,110=>500,111=>500,112=>500,113=>500,114=>333,115=>389,116=>278,117=>500,118=>500,119=>722,120=>500,121=>500,122=>444,123=>480,124=>200,125=>480,126=>541,127=>350,128=>500,129=>350,130=>333,131=>500,132=>444,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>889,141=>350,142=>611,143=>350,144=>350,145=>333,146=>333,147=>444,148=>444,149=>350,150=>500,151=>1000,152=>333,153=>980,154=>389,155=>333,156=>722,157=>350,158=>444,159=>722,160=>250,161=>333,162=>500,163=>500,164=>500,165=>500,166=>200,167=>500,168=>333,169=>760,170=>276,171=>500,172=>564,173=>333,174=>760,175=>333,176=>400,177=>564,178=>300,179=>300,180=>333,181=>500,182=>453,183=>250,184=>333,185=>300,186=>310,187=>500,188=>750,189=>750,190=>750,191=>444,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>889,199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333,208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>564,216=>722,217=>722,218=>722,219=>722,220=>722,221=>722,222=>556,223=>500,224=>444,225=>444,226=>444,227=>444,228=>444,229=>444,230=>667,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500,244=>500,245=>500,246=>500,247=>564,248=>500,249=>500,250=>500,251=>500,252=>500,253=>500,254=>500,255=>500); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/timesb.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-168 -218 1000 935]','ItalicAngle'=>0,'Ascent'=>935,'Descent'=>-218,'Leading'=>0,'CapHeight'=>676,'XHeight'=>461,'StemV'=>139,'StemH'=>44,'AvgWidth'=>516,'MaxWidth'=>1000,'MissingWidth'=>516); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>333,34=>555,35=>500,36=>500,37=>1000,38=>833,39=>278,40=>333,41=>333,42=>500,43=>570,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>570,61=>570,62=>570,63=>500,64=>930,65=>722,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>778,73=>389,74=>500,75=>778,76=>667,77=>944,78=>722,79=>778,80=>611,81=>778,82=>722,83=>556,84=>667,85=>722,86=>722,87=>1000,88=>722,89=>722,90=>667,91=>333,92=>278,93=>333,94=>581,95=>500,96=>333,97=>500,98=>556,99=>444,100=>556,101=>444,102=>333,103=>500,104=>556,105=>278,106=>333,107=>556,108=>278,109=>833,110=>556,111=>500,112=>556,113=>556,114=>444,115=>389,116=>333,117=>556,118=>500,119=>722,120=>500,121=>500,122=>444,123=>394,124=>220,125=>394,126=>520,127=>350,128=>500,129=>350,130=>333,131=>500,132=>500,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>1000,141=>350,142=>667,143=>350,144=>350,145=>333,146=>333,147=>500,148=>500,149=>350,150=>500,151=>1000,152=>333,153=>1000,154=>389,155=>333,156=>722,157=>350,158=>444,159=>722,160=>250,161=>333,162=>500,163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>300,171=>500,172=>570,173=>333,174=>747,175=>333,176=>400,177=>570,178=>300,179=>300,180=>333,181=>556,182=>540,183=>250,184=>333,185=>300,186=>330,187=>500,188=>750,189=>750,190=>750,191=>500,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>570,216=>778,217=>722,218=>722,219=>722,220=>722,221=>722,222=>611,223=>556,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>722,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556,253=>500,254=>556,255=>500); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/timesbi.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-200 -218 996 921]','ItalicAngle'=>-15,'Ascent'=>921,'Descent'=>-218,'Leading'=>0,'CapHeight'=>669,'XHeight'=>462,'StemV'=>121,'StemH'=>42,'AvgWidth'=>501,'MaxWidth'=>1000,'MissingWidth'=>501); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>389,34=>555,35=>500,36=>500,37=>833,38=>778,39=>278,40=>333,41=>333,42=>500,43=>570,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>570,61=>570,62=>570,63=>500,64=>832,65=>667,66=>667,67=>667,68=>722,69=>667,70=>667,71=>722,72=>778,73=>389,74=>500,75=>667,76=>611,77=>889,78=>722,79=>722,80=>611,81=>722,82=>667,83=>556,84=>611,85=>722,86=>667,87=>889,88=>667,89=>611,90=>611,91=>333,92=>278,93=>333,94=>570,95=>500,96=>333,97=>500,98=>500,99=>444,100=>500,101=>444,102=>333,103=>500,104=>556,105=>278,106=>278,107=>500,108=>278,109=>778,110=>556,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>556,118=>444,119=>667,120=>500,121=>444,122=>389,123=>348,124=>220,125=>348,126=>570,127=>350,128=>500,129=>350,130=>333,131=>500,132=>500,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>944,141=>350,142=>611,143=>350,144=>350,145=>333,146=>333,147=>500,148=>500,149=>350,150=>500,151=>1000,152=>333,153=>1000,154=>389,155=>333,156=>722,157=>350,158=>389,159=>611,160=>250,161=>389,162=>500,163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>266,171=>500,172=>606,173=>333,174=>747,175=>333,176=>400,177=>570,178=>300,179=>300,180=>333,181=>576,182=>500,183=>250,184=>333,185=>300,186=>300,187=>500,188=>750,189=>750,190=>750,191=>500,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>944,199=>667,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389,208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>570,216=>722,217=>722,218=>722,219=>722,220=>722,221=>611,222=>611,223=>500,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>722,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556,253=>444,254=>500,255=>444); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/timesi.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-169 -217 1010 883]','ItalicAngle'=>-15.5,'Ascent'=>883,'Descent'=>-217,'Leading'=>0,'CapHeight'=>653,'XHeight'=>441,'StemV'=>76,'StemH'=>32,'AvgWidth'=>491,'MaxWidth'=>1000,'MissingWidth'=>491); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>333,34=>420,35=>500,36=>500,37=>833,38=>778,39=>214,40=>333,41=>333,42=>500,43=>675,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>675,61=>675,62=>675,63=>500,64=>920,65=>611,66=>611,67=>667,68=>722,69=>611,70=>611,71=>722,72=>722,73=>333,74=>444,75=>667,76=>556,77=>833,78=>667,79=>722,80=>611,81=>722,82=>611,83=>500,84=>556,85=>722,86=>611,87=>833,88=>611,89=>556,90=>556,91=>389,92=>278,93=>389,94=>422,95=>500,96=>333,97=>500,98=>500,99=>444,100=>500,101=>444,102=>278,103=>500,104=>500,105=>278,106=>278,107=>444,108=>278,109=>722,110=>500,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>500,118=>444,119=>667,120=>444,121=>444,122=>389,123=>400,124=>275,125=>400,126=>541,127=>350,128=>500,129=>350,130=>333,131=>500,132=>556,133=>889,134=>500,135=>500,136=>333,137=>1000,138=>500,139=>333,140=>944,141=>350,142=>556,143=>350,144=>350,145=>333,146=>333,147=>556,148=>556,149=>350,150=>500,151=>889,152=>333,153=>980,154=>389,155=>333,156=>667,157=>350,158=>389,159=>556,160=>250,161=>389,162=>500,163=>500,164=>500,165=>500,166=>275,167=>500,168=>333,169=>760,170=>276,171=>500,172=>675,173=>333,174=>760,175=>333,176=>400,177=>675,178=>300,179=>300,180=>333,181=>500,182=>523,183=>250,184=>333,185=>300,186=>310,187=>500,188=>750,189=>750,190=>750,191=>500,192=>611,193=>611,194=>611,195=>611,196=>611,197=>611,198=>889,199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333,208=>722,209=>667,210=>722,211=>722,212=>722,213=>722,214=>722,215=>675,216=>722,217=>722,218=>722,219=>722,220=>722,221=>556,222=>611,223=>500,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>667,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500,244=>500,245=>500,246=>500,247=>675,248=>500,249=>500,250=>500,251=>500,252=>500,253=>444,254=>500,255=>444); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/fonts/zapfdingbats.php: -------------------------------------------------------------------------------- 1 | 4,'FontBBox'=>'[-1 -143 981 820]','ItalicAngle'=>0,'Ascent'=>820,'Descent'=>-143,'Leading'=>0,'CapHeight'=>820,'StemV'=>90,'StemH'=>28,'AvgWidth'=>746,'MaxWidth'=>1016,'MissingWidth'=>746); 11 | $cw=array(0=>746,1=>746,2=>746,3=>746,4=>746,5=>746,6=>746,7=>746,8=>746,9=>746,10=>746,11=>746,12=>746,13=>746,14=>746,15=>746,16=>746,17=>746,18=>746,19=>746,20=>746,21=>746,22=>746,23=>746,24=>746,25=>746,26=>746,27=>746,28=>746,29=>746,30=>746,31=>746,32=>278,33=>974,34=>961,35=>974,36=>980,37=>719,38=>789,39=>790,40=>791,41=>690,42=>960,43=>939,44=>549,45=>855,46=>911,47=>933,48=>911,49=>945,50=>974,51=>755,52=>846,53=>762,54=>761,55=>571,56=>677,57=>763,58=>760,59=>759,60=>754,61=>494,62=>552,63=>537,64=>577,65=>692,66=>786,67=>788,68=>788,69=>790,70=>793,71=>794,72=>816,73=>823,74=>789,75=>841,76=>823,77=>833,78=>816,79=>831,80=>923,81=>744,82=>723,83=>749,84=>790,85=>792,86=>695,87=>776,88=>768,89=>792,90=>759,91=>707,92=>708,93=>682,94=>701,95=>826,96=>815,97=>789,98=>789,99=>707,100=>687,101=>696,102=>689,103=>786,104=>787,105=>713,106=>791,107=>785,108=>791,109=>873,110=>761,111=>762,112=>762,113=>759,114=>759,115=>892,116=>892,117=>788,118=>784,119=>438,120=>138,121=>277,122=>415,123=>392,124=>392,125=>668,126=>668,127=>746,128=>390,129=>390,130=>317,131=>317,132=>276,133=>276,134=>509,135=>509,136=>410,137=>410,138=>234,139=>234,140=>334,141=>334,142=>746,143=>746,144=>746,145=>746,146=>746,147=>746,148=>746,149=>746,150=>746,151=>746,152=>746,153=>746,154=>746,155=>746,156=>746,157=>746,158=>746,159=>746,160=>746,161=>732,162=>544,163=>544,164=>910,165=>667,166=>760,167=>760,168=>776,169=>595,170=>694,171=>626,172=>788,173=>788,174=>788,175=>788,176=>788,177=>788,178=>788,179=>788,180=>788,181=>788,182=>788,183=>788,184=>788,185=>788,186=>788,187=>788,188=>788,189=>788,190=>788,191=>788,192=>788,193=>788,194=>788,195=>788,196=>788,197=>788,198=>788,199=>788,200=>788,201=>788,202=>788,203=>788,204=>788,205=>788,206=>788,207=>788,208=>788,209=>788,210=>788,211=>788,212=>894,213=>838,214=>1016,215=>458,216=>748,217=>924,218=>748,219=>918,220=>927,221=>928,222=>928,223=>834,224=>873,225=>828,226=>924,227=>924,228=>917,229=>930,230=>931,231=>463,232=>883,233=>836,234=>836,235=>867,236=>867,237=>696,238=>696,239=>874,240=>746,241=>874,242=>760,243=>946,244=>771,245=>865,246=>771,247=>888,248=>967,249=>888,250=>831,251=>873,252=>927,253=>970,254=>918,255=>746); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /vendor/tcpdf/include/sRGB.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sc0ttkclark/wp-admin-ui/64ef0f278ac24eb58b99cec85b6e1d6a4c2c6da3/vendor/tcpdf/include/sRGB.icc -------------------------------------------------------------------------------- /vendor/tcpdf/tcpdf_autoconfig.php: -------------------------------------------------------------------------------- 1 | . 27 | // 28 | // See LICENSE.TXT file for more information. 29 | // ------------------------------------------------------------------- 30 | // 31 | // Description : Try to automatically configure some TCPDF 32 | // constants if not defined. 33 | // 34 | //============================================================+ 35 | 36 | /** 37 | * @file 38 | * Try to automatically configure some TCPDF constants if not defined. 39 | * @package com.tecnick.tcpdf 40 | * @version 1.1.1 41 | */ 42 | 43 | // DOCUMENT_ROOT fix for IIS Webserver 44 | if ((!isset($_SERVER['DOCUMENT_ROOT'])) OR (empty($_SERVER['DOCUMENT_ROOT']))) { 45 | if(isset($_SERVER['SCRIPT_FILENAME'])) { 46 | $_SERVER['DOCUMENT_ROOT'] = str_replace( '\\', '/', substr($_SERVER['SCRIPT_FILENAME'], 0, 0-strlen($_SERVER['PHP_SELF']))); 47 | } elseif(isset($_SERVER['PATH_TRANSLATED'])) { 48 | $_SERVER['DOCUMENT_ROOT'] = str_replace( '\\', '/', substr(str_replace('\\\\', '\\', $_SERVER['PATH_TRANSLATED']), 0, 0-strlen($_SERVER['PHP_SELF']))); 49 | } else { 50 | // define here your DOCUMENT_ROOT path if the previous fails (e.g. '/var/www') 51 | $_SERVER['DOCUMENT_ROOT'] = '/'; 52 | } 53 | } 54 | $_SERVER['DOCUMENT_ROOT'] = str_replace('//', '/', $_SERVER['DOCUMENT_ROOT']); 55 | if (substr($_SERVER['DOCUMENT_ROOT'], -1) != '/') { 56 | $_SERVER['DOCUMENT_ROOT'] .= '/'; 57 | } 58 | 59 | // Load main configuration file only if the K_TCPDF_EXTERNAL_CONFIG constant is set to false. 60 | if (!defined('K_TCPDF_EXTERNAL_CONFIG') OR !K_TCPDF_EXTERNAL_CONFIG) { 61 | // define a list of default config files in order of priority 62 | $tcpdf_config_files = array(dirname(__FILE__).'/config/tcpdf_config.php', '/etc/php-tcpdf/tcpdf_config.php', '/etc/tcpdf/tcpdf_config.php', '/etc/tcpdf_config.php'); 63 | foreach ($tcpdf_config_files as $tcpdf_config) { 64 | if (@file_exists($tcpdf_config) AND is_readable($tcpdf_config)) { 65 | require_once($tcpdf_config); 66 | break; 67 | } 68 | } 69 | } 70 | 71 | if (!defined('K_PATH_MAIN')) { 72 | define ('K_PATH_MAIN', dirname(__FILE__).'/'); 73 | } 74 | 75 | if (!defined('K_PATH_FONTS')) { 76 | define ('K_PATH_FONTS', K_PATH_MAIN.'fonts/'); 77 | } 78 | 79 | if (!defined('K_PATH_URL')) { 80 | $k_path_url = K_PATH_MAIN; // default value for console mode 81 | if (isset($_SERVER['HTTP_HOST']) AND (!empty($_SERVER['HTTP_HOST']))) { 82 | if(isset($_SERVER['HTTPS']) AND (!empty($_SERVER['HTTPS'])) AND (strtolower($_SERVER['HTTPS']) != 'off')) { 83 | $k_path_url = 'https://'; 84 | } else { 85 | $k_path_url = 'http://'; 86 | } 87 | $k_path_url .= $_SERVER['HTTP_HOST']; 88 | $k_path_url .= str_replace( '\\', '/', substr(K_PATH_MAIN, (strlen($_SERVER['DOCUMENT_ROOT']) - 1))); 89 | } 90 | define ('K_PATH_URL', $k_path_url); 91 | } 92 | 93 | if (!defined('K_PATH_IMAGES')) { 94 | $tcpdf_images_dirs = array(K_PATH_MAIN.'examples/images/', K_PATH_MAIN.'images/', '/usr/share/doc/php-tcpdf/examples/images/', '/usr/share/doc/tcpdf/examples/images/', '/usr/share/doc/php/tcpdf/examples/images/', '/var/www/tcpdf/images/', '/var/www/html/tcpdf/images/', '/usr/local/apache2/htdocs/tcpdf/images/', K_PATH_MAIN); 95 | foreach ($tcpdf_images_dirs as $tcpdf_images_path) { 96 | if (@file_exists($tcpdf_images_path)) { 97 | define ('K_PATH_IMAGES', $tcpdf_images_path); 98 | break; 99 | } 100 | } 101 | } 102 | 103 | if (!defined('PDF_HEADER_LOGO')) { 104 | $tcpdf_header_logo = ''; 105 | if (@file_exists(K_PATH_IMAGES.'tcpdf_logo.jpg')) { 106 | $tcpdf_header_logo = 'tcpdf_logo.jpg'; 107 | } 108 | define ('PDF_HEADER_LOGO', $tcpdf_header_logo); 109 | } 110 | 111 | if (!defined('PDF_HEADER_LOGO_WIDTH')) { 112 | if (!empty($tcpdf_header_logo)) { 113 | define ('PDF_HEADER_LOGO_WIDTH', 30); 114 | } else { 115 | define ('PDF_HEADER_LOGO_WIDTH', 0); 116 | } 117 | } 118 | 119 | if (!defined('K_PATH_CACHE')) { 120 | $K_PATH_CACHE = ini_get('upload_tmp_dir') ? ini_get('upload_tmp_dir') : sys_get_temp_dir(); 121 | if (substr($K_PATH_CACHE, -1) != '/') { 122 | $K_PATH_CACHE .= '/'; 123 | } 124 | define ('K_PATH_CACHE', $K_PATH_CACHE); 125 | } 126 | 127 | if (!defined('K_BLANK_IMAGE')) { 128 | define ('K_BLANK_IMAGE', '_blank.png'); 129 | } 130 | 131 | if (!defined('PDF_PAGE_FORMAT')) { 132 | define ('PDF_PAGE_FORMAT', 'A4'); 133 | } 134 | 135 | if (!defined('PDF_PAGE_ORIENTATION')) { 136 | define ('PDF_PAGE_ORIENTATION', 'P'); 137 | } 138 | 139 | if (!defined('PDF_CREATOR')) { 140 | define ('PDF_CREATOR', 'TCPDF'); 141 | } 142 | 143 | if (!defined('PDF_AUTHOR')) { 144 | define ('PDF_AUTHOR', 'TCPDF'); 145 | } 146 | 147 | if (!defined('PDF_HEADER_TITLE')) { 148 | define ('PDF_HEADER_TITLE', 'TCPDF Example'); 149 | } 150 | 151 | if (!defined('PDF_HEADER_STRING')) { 152 | define ('PDF_HEADER_STRING', "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org"); 153 | } 154 | 155 | if (!defined('PDF_UNIT')) { 156 | define ('PDF_UNIT', 'mm'); 157 | } 158 | 159 | if (!defined('PDF_MARGIN_HEADER')) { 160 | define ('PDF_MARGIN_HEADER', 5); 161 | } 162 | 163 | if (!defined('PDF_MARGIN_FOOTER')) { 164 | define ('PDF_MARGIN_FOOTER', 10); 165 | } 166 | 167 | if (!defined('PDF_MARGIN_TOP')) { 168 | define ('PDF_MARGIN_TOP', 27); 169 | } 170 | 171 | if (!defined('PDF_MARGIN_BOTTOM')) { 172 | define ('PDF_MARGIN_BOTTOM', 25); 173 | } 174 | 175 | if (!defined('PDF_MARGIN_LEFT')) { 176 | define ('PDF_MARGIN_LEFT', 15); 177 | } 178 | 179 | if (!defined('PDF_MARGIN_RIGHT')) { 180 | define ('PDF_MARGIN_RIGHT', 15); 181 | } 182 | 183 | if (!defined('PDF_FONT_NAME_MAIN')) { 184 | define ('PDF_FONT_NAME_MAIN', 'helvetica'); 185 | } 186 | 187 | if (!defined('PDF_FONT_SIZE_MAIN')) { 188 | define ('PDF_FONT_SIZE_MAIN', 10); 189 | } 190 | 191 | if (!defined('PDF_FONT_NAME_DATA')) { 192 | define ('PDF_FONT_NAME_DATA', 'helvetica'); 193 | } 194 | 195 | if (!defined('PDF_FONT_SIZE_DATA')) { 196 | define ('PDF_FONT_SIZE_DATA', 8); 197 | } 198 | 199 | if (!defined('PDF_FONT_MONOSPACED')) { 200 | define ('PDF_FONT_MONOSPACED', 'courier'); 201 | } 202 | 203 | if (!defined('PDF_IMAGE_SCALE_RATIO')) { 204 | define ('PDF_IMAGE_SCALE_RATIO', 1.25); 205 | } 206 | 207 | if (!defined('HEAD_MAGNIFICATION')) { 208 | define('HEAD_MAGNIFICATION', 1.1); 209 | } 210 | 211 | if (!defined('K_CELL_HEIGHT_RATIO')) { 212 | define('K_CELL_HEIGHT_RATIO', 1.25); 213 | } 214 | 215 | if (!defined('K_TITLE_MAGNIFICATION')) { 216 | define('K_TITLE_MAGNIFICATION', 1.3); 217 | } 218 | 219 | if (!defined('K_SMALL_RATIO')) { 220 | define('K_SMALL_RATIO', 2/3); 221 | } 222 | 223 | if (!defined('K_THAI_TOPCHARS')) { 224 | define('K_THAI_TOPCHARS', true); 225 | } 226 | 227 | if (!defined('K_TCPDF_CALLS_IN_HTML')) { 228 | define('K_TCPDF_CALLS_IN_HTML', false); 229 | } 230 | 231 | if (!defined('K_TCPDF_THROW_EXCEPTION_ERROR')) { 232 | define('K_TCPDF_THROW_EXCEPTION_ERROR', false); 233 | } 234 | 235 | if (!defined('K_TIMEZONE')) { 236 | define('K_TIMEZONE', @date_default_timezone_get()); 237 | } 238 | 239 | //============================================================+ 240 | // END OF FILE 241 | //============================================================+ 242 | -------------------------------------------------------------------------------- /vendor/tcpdf/tcpdf_import.php: -------------------------------------------------------------------------------- 1 | . 27 | // 28 | // See LICENSE.TXT file for more information. 29 | // ------------------------------------------------------------------- 30 | // 31 | // Description : This is a PHP class extension of the TCPDF library to 32 | // import existing PDF documents. 33 | // 34 | //============================================================+ 35 | 36 | /** 37 | * @file 38 | * !!! THIS CLASS IS UNDER DEVELOPMENT !!! 39 | * This is a PHP class extension of the TCPDF (http://www.tcpdf.org) library to import existing PDF documents.
40 | * @package com.tecnick.tcpdf 41 | * @author Nicola Asuni 42 | * @version 1.0.001 43 | */ 44 | 45 | // include the TCPDF class 46 | require_once(dirname(__FILE__).'/tcpdf.php'); 47 | // include PDF parser class 48 | require_once(dirname(__FILE__).'/tcpdf_parser.php'); 49 | 50 | /** 51 | * @class TCPDF_IMPORT 52 | * !!! THIS CLASS IS UNDER DEVELOPMENT !!! 53 | * PHP class extension of the TCPDF (http://www.tcpdf.org) library to import existing PDF documents.
54 | * @package com.tecnick.tcpdf 55 | * @brief PHP class extension of the TCPDF library to import existing PDF documents. 56 | * @version 1.0.001 57 | * @author Nicola Asuni - info@tecnick.com 58 | */ 59 | class TCPDF_IMPORT extends TCPDF { 60 | 61 | /** 62 | * Import an existing PDF document 63 | * @param $filename (string) Filename of the PDF document to import. 64 | * @return true in case of success, false otherwise 65 | * @public 66 | * @since 1.0.000 (2011-05-24) 67 | */ 68 | public function importPDF($filename) { 69 | // load document 70 | $rawdata = file_get_contents($filename); 71 | if ($rawdata === false) { 72 | $this->Error('Unable to get the content of the file: '.$filename); 73 | } 74 | // configuration parameters for parser 75 | $cfg = array( 76 | 'die_for_errors' => false, 77 | 'ignore_filter_decoding_errors' => true, 78 | 'ignore_missing_filter_decoders' => true, 79 | ); 80 | try { 81 | // parse PDF data 82 | $pdf = new TCPDF_PARSER($rawdata, $cfg); 83 | } catch (Exception $e) { 84 | die($e->getMessage()); 85 | } 86 | // get the parsed data 87 | $data = $pdf->getParsedData(); 88 | // release some memory 89 | unset($rawdata); 90 | 91 | // ... 92 | 93 | 94 | print_r($data); // DEBUG 95 | 96 | 97 | unset($pdf); 98 | } 99 | 100 | } // END OF CLASS 101 | 102 | //============================================================+ 103 | // END OF FILE 104 | //============================================================+ 105 | -------------------------------------------------------------------------------- /vendor/tcpdf/tools/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /vendor/tcpdf/tools/convert_fonts_examples.txt: -------------------------------------------------------------------------------- 1 | ./tcpdf_addfont.php -b -t Type1 -f 4 -e symbol -i pdfasymbol.pfb 2 | ./tcpdf_addfont.php -b -t Type1 -f 4 -i pdfazapfdingbats.pfb 3 | ./tcpdf_addfont.php -b -t Type1 -f 32 -e cp1252 -i pdfatimes.pfb,pdfatimesb.pfb,pdfahelvetica.pfb,pdfahelveticab.pfb 4 | ./tcpdf_addfont.php -b -t Type1 -f 33 -e cp1252 -i pdfacourier.pfb,pdfacourierb.pfb 5 | ./tcpdf_addfont.php -b -t Type1 -f 96 -e cp1252 -i pdfahelveticabi.pfb,pdfahelveticai.pfb,pdfatimesi.pfb,pdfatimesbi.pfb 6 | ./tcpdf_addfont.php -b -t Type1 -f 97 -e cp1252 -i pdfacourieri.pfb,pdfacourierbi.pfb 7 | 8 | 9 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 32 -i DejaVuSans.ttf,DejaVuSans-Bold.ttf,DejaVuSansCondensed.ttf,DejaVuSansCondensed-Bold.ttf,DejaVuSans-ExtraLight.ttf,DejaVuSerif.ttf,DejaVuSerif-Bold.ttf,DejaVuSerifCondensed.ttf,DejaVuSerifCondensed-Bold.ttf 10 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 33 -i DejaVuSansMono.ttf,DejaVuSansMono-Bold.ttf 11 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 96 -i DejaVuSans-BoldOblique.ttf,DejaVuSansCondensed-BoldOblique.ttf,DejaVuSansCondensed-Oblique.ttf,DejaVuSerifCondensed-BoldItalic.ttf,DejaVuSerifCondensed-Italic.ttf,DejaVuSerif-Italic.ttf,DejaVuSerif-BoldItalic.ttf,DejaVuSans-Oblique.ttf 12 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 97 -i DejaVuSansMono-BoldOblique.ttf,DejaVuSansMono-Oblique.ttf 13 | 14 | 15 | 16 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 32 -i FreeSans.ttf,FreeSansBold.ttf,FreeSerif.ttf,FreeSerifBold.ttf 17 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 33 -i FreeMono.ttf,FreeMonoBold.ttf 18 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 96 -i FreeSansBoldOblique.ttf,FreeSansOblique.ttf,FreeSerifBoldItalic.ttf,FreeSerifItalic.ttf 19 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 97 -i FreeMonoBoldOblique.ttf,FreeMonoOblique.ttf 20 | 21 | 22 | ./tcpdf_addfont.php -b -t TrueTypeUnicode -i aeAlArabiya.ttf,aeFurat.ttf 23 | 24 | 25 | ./tcpdf_addfont.php -b -t CID0JP -f 32 -i cid0jp.ttf 26 | ./tcpdf_addfont.php -b -t CID0KR -f 32 -i cid0kr.ttf 27 | ./tcpdf_addfont.php -b -t CID0CS -f 32 -i cid0cs.ttf 28 | ./tcpdf_addfont.php -b -t CID0CT -f 32 -i cid0ct.ttf 29 | -------------------------------------------------------------------------------- /wp-admin-ui.php: -------------------------------------------------------------------------------- 1 | exists( $file_path ) ) { 80 | wp_die( 'File not found.' ); 81 | } 82 | 83 | /** 84 | * Allow plugins to hook into the export download before it is delivered. 85 | * 86 | * @param string $file_url File URL. 87 | * @param string $file_path File path. 88 | * @param string $file File name. 89 | */ 90 | do_action( 'wp_admin_ui_export_download', $file_url, $file_path, $file ); 91 | 92 | wp_redirect( $file_url ); 93 | die(); 94 | 95 | } 96 | --------------------------------------------------------------------------------