summaryrefslogtreecommitdiffstats
path: root/tests/font_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-211-2/+4
|
* Skip strange encoding test for nowKore Nordmann2012-05-211-0/+2
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Skip test instead of failingKore Nordmann2008-01-221-1/+2
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Better check for font min/max size valuesKore Nordmann2007-10-301-0/+44
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - Fixed issue #10074: Use iconv instead of mbstringKore Nordmann2007-01-241-3/+3
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-151-64/+3
|
* - Forgot to covert one compare to compareSwfKore Nordmann2006-12-151-1/+1
|
* - Use `swftophp` to compare generated flash filesKore Nordmann2006-12-151-1/+37
| | | | | | # Hope this works a bit more system independent
* - Mark test that uses ext/ming as skipped, if ext/ming is not loaded.Tobias Schlitt2006-12-141-0/+5
|
* - CS change (automatic script)Derick Rethans2006-12-141-16/+16
|
* - Tested and improved handling of texts with different charsets in all driversKore Nordmann2006-12-071-1/+255
|
* - Removed initial font path valueKore Nordmann2006-11-301-5/+20
|
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-0/+77
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-271-0/+27
|
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-261-1/+343
|
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-16/+1
|
* - Enhanced font configurationKore Nordmann2006-09-061-0/+40
| | | | | | | | | - Use Free Type 2 by default now, fallback to native ttf, if not available - Use t1lib for PostScript Type1 fonts - Throw an exception, if some texts could not be rendered with minimum font size
* - Started refactoring of font configurationKore Nordmann2006-08-181-14/+14
| | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-1/+1
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-1/+1
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-4/+4
|
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-1/+1
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Cleaned up testsKore Nordmann2006-06-071-42/+13
|
* - Fixed issue with custom fonts for single elementsKore Nordmann2006-06-021-4/+50
|
* - Added tests for element based font configurationKore Nordmann2006-06-021-0/+133
OpenPOWER on IntegriCloud