You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/04/27 20:22:36 UTC

cvs commit: xml-batik/sources/org/apache/batik/apps/ttf2svg Main.java

vhardy      01/04/27 11:22:36

  Added:       sources/org/apache/batik/apps/ttf2svg Main.java
  Log:
  Initial empty-shell commit.
  
  Revision  Changes    Path
  1.1                  xml-batik/sources/org/apache/batik/apps/ttf2svg/Main.java
  
  Index: Main.java
  ===================================================================
  /*****************************************************************************
   * Copyright (C) The Apache Software Foundation. All rights reserved.        *
   * ------------------------------------------------------------------------- *
   * This software is published under the terms of the Apache Software License *
   * version 1.1, a copy of which has been included with this distribution in  *
   * the LICENSE file.                                                         *
   *****************************************************************************/
  
  package org.apache.batik.apps.ttf2svg;
  
  /**
   * This test runs the True Type Font to SVG Font converter, the 
   * tool that allows some characters from a font to be converted
   * to the SVG Font format.
   *
   * @author <a href="mailto:vhardy@apache.org">Vincent Hardy</a>
   * @version $Id: Main.java,v 1.1 2001/04/27 18:22:35 vhardy Exp $
   */
  public class Main {
  }
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org