|
ILIAS
eassessment Revision 61809
|
Go to the source code of this file.
Namespaces | |
| namespace | com\tecnick\tcpdf |
| PHP class to creates array representations for 2D barcodes to be used with TCPDF. | |
Functions | |
| MakeFont ($fontfile, $fmfile, $embedded=true, $enc='cp1252', $patch=array()) | |
| ReadMap ($enc) | |
| Read the specified encoding map. | |
| ReadUFM ($file, &$cidtogidmap) | |
| Read UFM file. | |
| ReadAFM ($file, &$map) | |
| Read AFM file. | |
| MakeFontDescriptor ($fm, $symbolic=false) | |
| MakeWidthArray ($fm) | |
| MakeFontEncoding ($map) | |
| SaveToFile ($file, $s, $mode='t') | |
| ReadShort ($f) | |
| ReadLong ($f) | |
| CheckTTF ($file) | |
Variables | |
| $arg = $GLOBALS['argv'] | |
| CheckTTF | ( | $file | ) |
Definition at line 550 of file makefont.php.
References $f, $file, ReadLong(), and ReadShort().
Referenced by MakeFont().
Here is the call graph for this function:
Here is the caller graph for this function:| MakeFont | ( | $fontfile, | |
| $fmfile, | |||
$embedded = true, |
|||
$enc = 'cp1252', |
|||
$patch = array() |
|||
| ) |
| string | $fontfile | path to font file (TTF, OTF or PFB). |
| string | $fmfile | font metrics file (UFM or AFM). |
| boolean | $embedded | Set to false to not embed the font, true otherwise (default). |
| string | $enc | Name of the encoding table to use. Omit this parameter for TrueType Unicode, OpenType Unicode and symbolic fonts like Symbol or ZapfDingBats. |
| array | $patch | Optional modification of the encoding |
Definition at line 60 of file makefont.php.
References $diff, $dw, $enc, $f, $file, $pos, $type, CheckTTF(), MakeFontDescriptor(), MakeFontEncoding(), MakeWidthArray(), ReadAFM(), ReadMap(), ReadUFM(), and SaveToFile().
Here is the call graph for this function:| MakeFontDescriptor | ( | $fm, | |
$symbolic = false |
|||
| ) |
Definition at line 441 of file makefont.php.
References $desc.
Referenced by MakeFont().
Here is the caller graph for this function:| MakeFontEncoding | ( | $map | ) |
Definition at line 514 of file makefont.php.
References ReadMap().
Referenced by MakeFont().
Here is the call graph for this function:
Here is the caller graph for this function:| MakeWidthArray | ( | $fm | ) |
Definition at line 498 of file makefont.php.
References $cw.
Referenced by MakeFont().
Here is the caller graph for this function:| ReadAFM | ( | $file, | |
| & | $map | ||
| ) |
Read AFM file.
Definition at line 315 of file makefont.php.
References $file.
Referenced by MakeFont().
Here is the caller graph for this function:| ReadLong | ( | $f | ) |
Definition at line 545 of file makefont.php.
References $f.
Referenced by CheckTTF().
Here is the caller graph for this function:| ReadMap | ( | $enc | ) |
Read the specified encoding map.
| string | $enc | map name (see /enc/ folder for valid names). |
Definition at line 213 of file makefont.php.
References $enc, $file, and $l.
Referenced by MakeFont(), and MakeFontEncoding().
Here is the caller graph for this function:| ReadShort | ( | $f | ) |
Definition at line 540 of file makefont.php.
References $f.
Referenced by CheckTTF().
Here is the caller graph for this function:| ReadUFM | ( | $file, | |
| & | $cidtogidmap | ||
| ) |
Read UFM file.
Definition at line 240 of file makefont.php.
Referenced by MakeFont().
Here is the caller graph for this function:| SaveToFile | ( | $file, | |
| $s, | |||
$mode = 't' |
|||
| ) |
| $arg = $GLOBALS['argv'] |
Definition at line 588 of file makefont.php.
Referenced by PHPExcel_Calculation\_processTokenStack(), PHPExcel_Calculation_Statistical\AVEDEV(), PHPExcel_Calculation_Statistical\AVERAGE(), PHPExcel_Calculation_Statistical\AVERAGEA(), PHPExcel_Calculation_Statistical\AVERAGEIF(), PHPExcel_Calculation_TextData\CONCATENATE(), PHPExcel_Calculation_Statistical\COUNT(), PHPExcel_Calculation_Statistical\COUNTA(), PHPExcel_Calculation_Statistical\COUNTBLANK(), PHPExcel_Calculation_Statistical\COUNTIF(), PHPExcel_Calculation_Statistical\DEVSQ(), ilHTMLToPDFTransformerUsingWebkit\getArgs(), ilBMFWSDL\getSchemaType(), ilValidator\handleErr(), PHPExcel_Calculation_Statistical\HARMEAN(), PHPExcel_Calculation_Engineering\IMPRODUCT(), PHPExcel_Calculation_Engineering\IMSUM(), PHPExcel_Calculation_Statistical\KURT(), PHPExcel_Calculation_Statistical\LARGE(), PHPExcel_Calculation_Logical\LOGICAL_AND(), PHPExcel_Calculation_Logical\LOGICAL_OR(), PHPExcel_Calculation_Statistical\MAX(), PHPExcel_Calculation_Statistical\MAXA(), PHPExcel_Calculation_Statistical\MAXIF(), PHPExcel_Calculation_Statistical\MEDIAN(), PHPExcel_Calculation_Statistical\MIN(), PHPExcel_Calculation_Statistical\MINA(), PHPExcel_Calculation_Statistical\MINIF(), PHPExcel_Calculation_Statistical\MODE(), PHPExcel_Calculation_MathTrig\MULTINOMIAL(), PHPExcel_Calculation_Statistical\PERCENTILE(), PHPExcel_Calculation_MathTrig\PRODUCT(), PHPExcel_Calculation_MathTrig\QUOTIENT(), PHPExcel_Calculation_MathTrig\SERIESSUM(), PHPlot\SetCallback(), Spreadsheet_Excel_Writer_Format\setPattern(), PHPExcel_Calculation_Statistical\SKEW(), PHPExcel_Calculation_Statistical\SMALL(), ilCronCheck\start(), PHPExcel_Calculation_Statistical\STDEV(), PHPExcel_Calculation_Statistical\STDEVA(), PHPExcel_Calculation_Statistical\STDEVP(), PHPExcel_Calculation_Statistical\STDEVPA(), PHPExcel_Calculation_MathTrig\SUM(), PHPExcel_Calculation_MathTrig\SUMIF(), PHPExcel_Calculation_MathTrig\SUMSQ(), phpCAS\traceBegin(), PHPExcel_Calculation_Statistical\TRIMMEAN(), PHPExcel_Calculation_Statistical\VARA(), PHPExcel_Calculation_Statistical\VARFunc(), PHPExcel_Calculation_Statistical\VARP(), PHPExcel_Calculation_Statistical\VARPA(), and vd().