ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
setUp () | |
testGetAutoSizeMethod () | |
testSetAutoSizeMethod () | |
testSetAutoSizeMethodWithInvalidValue () | |
testFontSizeToPixels () | |
providerFontSizeToPixels More... | |
providerFontSizeToPixels () | |
testInchSizeToPixels () | |
providerInchSizeToPixels More... | |
providerInchSizeToPixels () | |
testCentimeterSizeToPixels () | |
providerCentimeterSizeToPixels More... | |
providerCentimeterSizeToPixels () | |
Definition at line 6 of file FontTest.php.
FontTest::providerCentimeterSizeToPixels | ( | ) |
Definition at line 89 of file FontTest.php.
FontTest::providerFontSizeToPixels | ( | ) |
Definition at line 57 of file FontTest.php.
FontTest::providerInchSizeToPixels | ( | ) |
Definition at line 73 of file FontTest.php.
FontTest::setUp | ( | ) |
FontTest::testCentimeterSizeToPixels | ( | ) |
providerCentimeterSizeToPixels
Definition at line 81 of file FontTest.php.
References $result, and array.
FontTest::testFontSizeToPixels | ( | ) |
FontTest::testGetAutoSizeMethod | ( | ) |
Definition at line 17 of file FontTest.php.
References $result, array, and PHPExcel_Shared_Font\AUTOSIZE_METHOD_APPROX.
FontTest::testInchSizeToPixels | ( | ) |
FontTest::testSetAutoSizeMethod | ( | ) |
Definition at line 25 of file FontTest.php.
References $result, array, PHPExcel_Shared_Font\AUTOSIZE_METHOD_APPROX, and PHPExcel_Shared_Font\AUTOSIZE_METHOD_EXACT.
FontTest::testSetAutoSizeMethodWithInvalidValue | ( | ) |