You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2009/09/23 17:59:02 UTC

svn commit: r818149 - in /incubator/vcl/trunk/web/images: fonts/DroidSans-Bold.ttf fonts/DroidSans.ttf fonts/arial.ttf fonts/arialbd.ttf textimage.php

Author: jfthomps
Date: Wed Sep 23 15:59:01 2009
New Revision: 818149

URL: http://svn.apache.org/viewvc?rev=818149&view=rev
Log:
switching from copyrighted arial font to Droid font which is released under the Apache License 2.0

Added:
    incubator/vcl/trunk/web/images/fonts/DroidSans-Bold.ttf   (with props)
    incubator/vcl/trunk/web/images/fonts/DroidSans.ttf   (with props)
Removed:
    incubator/vcl/trunk/web/images/fonts/arial.ttf
    incubator/vcl/trunk/web/images/fonts/arialbd.ttf
Modified:
    incubator/vcl/trunk/web/images/textimage.php

Added: incubator/vcl/trunk/web/images/fonts/DroidSans-Bold.ttf
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/images/fonts/DroidSans-Bold.ttf?rev=818149&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/vcl/trunk/web/images/fonts/DroidSans-Bold.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/vcl/trunk/web/images/fonts/DroidSans.ttf
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/images/fonts/DroidSans.ttf?rev=818149&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/vcl/trunk/web/images/fonts/DroidSans.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/vcl/trunk/web/images/textimage.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/images/textimage.php?rev=818149&r1=818148&r2=818149&view=diff
==============================================================================
--- incubator/vcl/trunk/web/images/textimage.php (original)
+++ incubator/vcl/trunk/web/images/textimage.php Wed Sep 23 15:59:01 2009
@@ -16,7 +16,7 @@
   limitations under the License.
 */
 
-$face = "fonts/arialbd.ttf";
+$face = "fonts/DroidSans-Bold.ttf";
 
 function vectordist($a, $b){
 	if($a < 0 && $b < 0) return abs($a - $b);