~ubuntu-branches/ubuntu/raring/libfonts-java/raring

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2011-12-29 23:12:17 UTC
  • mfrom: (1.1.3) (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111229231217-f0tkh1n7f86opmn8
Tags: 1.1.6.dfsg-3
add missing build-dep on ant-optional... (closes: #652799) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*********************************************
2
 
* LibFonts - A JFreeReport Utility Library  *
3
 
*********************************************
4
 
 
5
 
03 Oct 2007
6
 
 
7
 
1. INTRODUCTION
8
 
---------------
9
 
JFreeReport is a free Java report library, distributed under the terms
10
 
of the GNU Lesser General Public License (see license-LGPL.txt for
11
 
details).  JFreeReport is developed by Thomas Morgner, David Gilbert
12
 
and others.
13
 
 
14
 
LibFonts is a library developed to support advanced layouting in JFreeReport.
15
 
This library allows to read TrueType-Font files to extract layouting specific
16
 
informations.
17
 
 
18
 
For the latest news and information about LibFonts, please refer to:
19
 
 
20
 
    http://reporting.pentaho.org/libfonts
21
 
 
22
 
 
23
 
2. SUPPORT
24
 
----------
25
 
Free support is available via the JFreeReport forum, follow the link
26
 
from the LibFonts home page.  Please note that questions are
27
 
answered by volunteers, so there is no guaranteed response time or
28
 
level of service.
29
 
 
30
 
Please avoid e-mailing the developers directly for support questions.
31
 
If you post a message in the forum, then everyone can see the
32
 
question, and everyone can see the answer.
33
 
 
34
 
The forum is available at
35
 
 
36
 
  http://forums.pentaho.org/
37
 
 
38
 
 
39
 
3. REPORTING BUGS
40
 
-----------------
41
 
If you find bugs in LibFonts, we'd like to hear about it so that we
42
 
can improve future releases of LibFonts.  Please post a bug report
43
 
at the LibFonts project page on SourceForge:
44
 
 
45
 
    http://sourceforge.net/projects/jfreereport
46
 
 
47
 
Please be sure to provide as much information as you can.  We need to
48
 
know the version of LibFonts that you are using, the JDK version,
49
 
and the steps required to replicate the bug.  Include any other
50
 
information that you think is relevant.
51
 
 
52
 
 
53
 
4. ANT
54
 
------
55
 
We use an open source build tool called Ant to build LibFonts.  An
56
 
Ant script (tested using Ant 1.6) is included in the distribution:
57
 
 
58
 
    <libfonts-directory>/build.xml
59
 
 
60
 
You can find out more about Ant at:
61
 
 
62
 
    http://ant.apache.org/
63
 
 
64
 
Ant is licensed under the terms of the Apache Software License (a
65
 
popular open source software license).
66
 
 
67
 
 
68
 
5. Generated Encodings
69
 
----------------------
70
 
 
71
 
LibFonts uses generated encoding sets to provide replacements for missing
72
 
encodings in the non-internationalized JDKs. These encodings have been generated
73
 
from files available at 'http://www.unicode.org/'; copies of these files can
74
 
be found in the public CVS at sourceforge as well.
75
 
 
76
 
 
77
 
6. OTHER FEEDBACK
78
 
-----------------
79
 
For other feedback and comments, please post a message on the
80
 
Pentaho forums. The Forum is available at
81
 
 
82
 
  http://forums.pentaho.org/
 
1
***********************************************************************
 
2
* LibFonts - A JFreeReport Utility Library              Version 0.4.0 *
 
3
***********************************************************************
 
4
 
 
5
30 May 2008
 
6
 
 
7
1. INTRODUCTION
 
8
---------------
 
9
JFreeReport is a free Java report library, distributed under the terms
 
10
of the GNU Lesser General Public License (see license-LGPL.txt for
 
11
details).  JFreeReport is developed by Thomas Morgner, David Gilbert
 
12
and others.
 
13
 
 
14
LibFonts is a library developed to support advanced layouting in JFreeReport.
 
15
This library allows to read TrueType-Font files to extract layouting specific
 
16
informations.
 
17
 
 
18
For the latest news and information about LibFonts, please refer to:
 
19
 
 
20
    http://reporting.pentaho.org/libfonts
 
21
 
 
22
 
 
23
2. SUPPORT
 
24
----------
 
25
Free support is available via the JFreeReport forum, follow the link
 
26
from the LibFonts home page.  Please note that questions are
 
27
answered by volunteers, so there is no guaranteed response time or
 
28
level of service.
 
29
 
 
30
Please avoid e-mailing the developers directly for support questions.
 
31
If you post a message in the forum, then everyone can see the
 
32
question, and everyone can see the answer.
 
33
 
 
34
The forum is available at
 
35
 
 
36
  http://forums.pentaho.org/
 
37
 
 
38
 
 
39
3. REPORTING BUGS
 
40
-----------------
 
41
If you find bugs in LibFonts, we'd like to hear about it so that we
 
42
can improve future releases of LibFonts.  Please post a bug report
 
43
at the LibFonts project page on SourceForge:
 
44
 
 
45
    http://sourceforge.net/projects/jfreereport
 
46
 
 
47
Please be sure to provide as much information as you can.  We need to
 
48
know the version of LibFonts that you are using, the JDK version,
 
49
and the steps required to replicate the bug.  Include any other
 
50
information that you think is relevant.
 
51
 
 
52
 
 
53
4. ANT
 
54
------
 
55
We use an open source build tool called Ant to build LibFonts.  An
 
56
Ant script (tested using Ant 1.6) is included in the distribution:
 
57
 
 
58
    <libfonts-directory>/build.xml
 
59
 
 
60
You can find out more about Ant at:
 
61
 
 
62
    http://ant.apache.org/
 
63
 
 
64
Ant is licensed under the terms of the Apache Software License (a
 
65
popular open source software license).
 
66
 
 
67
 
 
68
5. Generated Encodings
 
69
----------------------
 
70
 
 
71
LibFonts uses generated encoding sets to provide replacements for missing
 
72
encodings in the non-internationalized JDKs. These encodings have been generated
 
73
from files available at 'http://www.unicode.org/'; copies of these files can
 
74
be found in the public CVS at sourceforge as well.
 
75
 
 
76
 
 
77
6. OTHER FEEDBACK
 
78
-----------------
 
79
For other feedback and comments, please post a message on the
 
80
Pentaho forums. The Forum is available at
 
81
 
 
82
  http://forums.pentaho.org/