diff options
author | Mark Wielaard <mark@klomp.org> | 2002-05-06 14:58:23 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2002-05-06 14:58:23 +0000 |
commit | 363d14124673438ef6402c7a65ab95f68188d00d (patch) | |
tree | 8df881cfbbed4cc5042790b4d5548fb2cc19c18e /java/awt/font/package.html | |
parent | 128bf939967339f84ead339f0f071344b328bf89 (diff) | |
download | classpath-363d14124673438ef6402c7a65ab95f68188d00d.tar.gz |
* java/applet/package.html: Add stub package description fo gjdoc.
* java/awt/color/package.html: Likewise.
* java/awt/dnd/package.html: Likewise.
* java/awt/im/spi/package.html: Likewise.
* java/awt/im/package.html: Likewise.
* java/awt/datatransfer/package.html: Likewise.
* java/awt/event/package.html: Likewise.
* java/awt/font/package.html: Likewise.
* java/awt/geom/package.html: Likewise.
* java/awt/image/package.html: Likewise.
* java/awt/peer/package.html: Likewise.
* java/awt/print/package.html: Likewise.
* java/awt/package.html: Likewise.
* java/beans/beancontext/package.html: Likewise.
* java/beans/package.html: Likewise.
* java/io/package.html: Likewise.
* java/lang/ref/package.html: Likewise.
* java/lang/reflect/package.html: Likewise.
* java/lang/package.html: Likewise.
* java/math/package.html: Likewise.
* java/net/package.html: Likewise.
* java/rmi/activation/package.html: Likewise.
* java/rmi/dgc/package.html: Likewise.
* java/rmi/registry/package.html: Likewise.
* java/rmi/server/package.html: Likewise.
* java/rmi/package.html: Likewise.
* java/security/acl/package.html: Likewise.
* java/security/cert/package.html: Likewise.
* java/security/interfaces/package.html: Likewise.
* java/security/spec/package.html: Likewise.
* java/security/package.html: Likewise.
* java/sql/package.html: Likewise.
* java/text/package.html: Likewise.
* java/util/jar/package.html: Likewise.
* java/util/zip/package.html: Likewise.
* java/util/package.html: Likewise.
* java/util/prefs/package.html: Likewise.
* java/util/logging/package.html: Likewise.
* java/util/regex/package.html: Likewise.
* java/nio/channels/spi/package.html: Likewise.
* java/nio/channels/package.html: Likewise.
* java/nio/charset/package.html: Likewise.
* java/nio/package.html: Likewise.
* javax/accessibility/package.html: Likewise.
* javax/naming/package.html: Likewise.
* javax/swing/border/package.html: Likewise.
* javax/swing/event/package.html: Likewise.
* javax/swing/table/package.html: Likewise.
* javax/swing/plaf/basic/package.html: Likewise.
* javax/swing/plaf/metal/package.html: Likewise.
* javax/swing/plaf/package.html: Likewise.
* javax/swing/text/html/package.html: Likewise.
* javax/swing/text/package.html: Likewise.
* javax/swing/tree/package.html: Likewise.
* javax/swing/undo/package.html: Likewise.
* javax/swing/package.html: Likewise.
Diffstat (limited to 'java/awt/font/package.html')
-rw-r--r-- | java/awt/font/package.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/java/awt/font/package.html b/java/awt/font/package.html new file mode 100644 index 000000000..5cb050114 --- /dev/null +++ b/java/awt/font/package.html @@ -0,0 +1,46 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<!-- package.html - describes classes in java.awt.font package. + Copyright (C) 2002 Free Software Foundation, Inc. + +This file is part of GNU Classpath. + +GNU Classpath is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Classpath is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Classpath; see the file COPYING. If not, write to the +Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +02111-1307 USA. + +Linking this library statically or dynamically with other modules is +making a combined work based on this library. Thus, the terms and +conditions of the GNU General Public License cover the whole +combination. + +As a special exception, the copyright holders of this library give you +permission to link this library with independent modules to produce an +executable, regardless of the license terms of these independent +modules, and to copy and distribute the resulting executable under +terms of your choice, provided that you also meet, for each linked +independent module, the terms and conditions of the license of that +module. An independent module is a module which is not derived from +or based on this library. If you modify this library, you may extend +this exception to your version of the library, but you are not +obligated to do so. If you do not wish to do so, delete this +exception statement from your version. --> + +<html> +<head><title>GNU Classpath - java.awt.font</title></head> + +<body> +<p>Representations of different kind of characters and fonts.</p> + +</body> +</html> |