From: Symion <kn...@ip...> - 2010-04-07 17:42:48
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#ffffff" text="#000000"> The new text object is excellent.<br> Here is a Text font loader and tester that measures load, display and erase times for the entire <br> printable character set of All fonts on your system, then outputs a report.<br> <br> Source Code: <a href="http://home.iprimus.com.au/knoware/webpage/Testext.py">Testext.py</a><br> <br> My system has the following stats:<br> <br> Report:<br> 359 fonts available, out of 361<br> Speed Table: 0 Hours: 38 minutes: 54.462 seconds to load 359 fonts<br> Fastest = C:\Windows\Fonts\marlett.ttf @ 1.48200 seconds<br> Fastest = C:\Windows\Fonts\lucon.ttf @ 3.09800 seconds<br> Fastest = c:\windows\fonts\browab.ttf @ 3.13300 seconds<br> Fastest = C:\Windows\Fonts\browaub.ttf @ 3.14200 seconds<br> Fastest = C:\Windows\Fonts\browab.ttf @ 3.21500 seconds<br> <br> Slowest = c:\windows\fonts\segoescb.ttf @ 23.96200 seconds<br> Slowest = C:\Windows\Fonts\segoescb.ttf @ 23.73300 seconds<br> Slowest = C:\Windows\Fonts\segoesc.ttf @ 22.34500 seconds<br> Slowest = c:\windows\fonts\segoesc.ttf @ 21.41500 seconds<br> Slowest = c:\windows\fonts\simfang.ttf @ 16.61000 seconds<br> Average loading time: 6.503 seconds / font<br> <br> Error list: 2<br> C:\Windows\Fonts\mvboli.ttf 1.70300006866<br> c:\windows\fonts\mvboli.ttf 1.81100010872<br> <br> Dictionaries:<br> prog.found =len(359)<br> prog.error =len(2)<br> prog.fonts =len(361)<br> <br> </body> </html> |