Initial commit: IT Site Survey AI v2 with all features
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
This directory is a convenient place to put
|
||||
fonts where Reportlab will find them. If running
|
||||
in a server environment, this is a good place to
|
||||
put Type 1 fonts needed by your application. If
|
||||
in a desktop environment, you might prefer to add
|
||||
your font directories to the T1SearchPath in
|
||||
reportlab/rl_config.py instead.
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
2004-05-18 Michal Kosmulski <mkosmul@users.sourceforge.net>
|
||||
* Version 1.1
|
||||
* Changed license to GNU GPL with Font Exception
|
||||
* Added Zacute character
|
||||
* Added basic hinting
|
||||
* Added kerning information
|
||||
2000 Michal Kosmulski <mkosmul@users.sourceforge.net>
|
||||
* Version 1.0
|
||||
* Added Polish and German diacritic characters except for Zacute
|
||||
|
||||
1999 Michal Kosmulski <mkosmul@users.sourceforge.net>
|
||||
* Version 0.9
|
||||
* Includes only the 26 letters of the English alphabet
|
||||
* Distributed under a freeware license
|
||||
@@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
675 Mass Ave, Cambridge, MA 02139, USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) 19yy <name of author>
|
||||
|
||||
This program 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 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program 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 this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
||||
@@ -0,0 +1,26 @@
|
||||
Copyright (C) 1999, 2000, 2004 Michal Kosmulski
|
||||
<mkosmul@users.sourceforge.net>
|
||||
|
||||
This font 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 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This font 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 this font; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
As a special exception, if you create a document which uses
|
||||
this font, and embed this font or unaltered portions of this font into
|
||||
the document, this font does not by itself cause the resulting
|
||||
document to be covered by the GNU General Public License. This
|
||||
exception does not however invalidate any other reasons why the
|
||||
document might be covered by the GNU General Public License. If you
|
||||
modify this font, you may extend this exception to your version of the
|
||||
font, but you are not obligated to do so. If you do not wish to do so,
|
||||
delete this exception statement from your version.
|
||||
@@ -0,0 +1,106 @@
|
||||
Dark Garden
|
||||
===========
|
||||
|
||||
|
||||
|
||||
GENERAL
|
||||
|
||||
Dark Garden is a decorative outline font of unusual shape. The typeface
|
||||
is based on author's original hand drawings. The letterform is complex,
|
||||
with all characters decorated with spikes resembling thorns or flames,
|
||||
character spacing is very dense. Such a theme makes it a great font for
|
||||
titles, banners, logos etc.
|
||||
|
||||
As of version 1.1, Dark Garden includes letters of the English alphabet,
|
||||
Polish and German diacritic characters and some punctuation. Unicode
|
||||
encoding is used. The font is equipped with hinting information to allow
|
||||
high quality rendering at small point sizes. Only horizontal and
|
||||
vertical hints are currently used, future versions might take advantage
|
||||
of truetype hinting instructions some day. There are also a lot of
|
||||
kerning pairs defined in the font - they were chosen after looking at a
|
||||
choice of Polish and English texts and selecting the character pairs
|
||||
that needed manual kerning.
|
||||
|
||||
The font was created with PfaEdit / FontForge
|
||||
(http://fontforge.sourceforge.net/) - an opensource font editing tool.
|
||||
Pfaedit uses its own text-based file format which can then be exported
|
||||
to truetype, postscript, opentype and many other font formats. This
|
||||
makes it possible to generate font files for Dark Garden in any of the
|
||||
many supported formats, so it can be used on almost any platform. So
|
||||
far, the truetype version has been tested on X11 (Linux) and Windows,
|
||||
the opentype version worked on Windows but not X11. Truetype should also
|
||||
work on Mac OS.
|
||||
|
||||
|
||||
|
||||
INSTALLATION
|
||||
|
||||
Installation is described for the truetype version of the font (which is
|
||||
what most users will need).
|
||||
|
||||
On Windows:
|
||||
* Extract .ttf files from the archive into a temporary directory
|
||||
* In the Control Panel choose Fonts
|
||||
* From the File menu choose Install New Font
|
||||
* Browse to the temporary directory you chose
|
||||
* "Dark Garden" should appear in the font list - click OK (this may
|
||||
require Administrator privileges)
|
||||
|
||||
On Linux / UNIX (using KDE):
|
||||
* Extract .ttf files from the archive into a temporary directory
|
||||
* In the Control Center choose Font Installer in the System
|
||||
Administration tree
|
||||
* Click on "Administrator Mode" and enter root's password
|
||||
* Click on "Add Fonts" icon
|
||||
* Select the .ttf file extracted from the archive and click OK
|
||||
|
||||
On Linux / UNIX (using commandline)
|
||||
unzip darkgarden-*.ttf.zip
|
||||
su
|
||||
ginstall -o root -m 644 DarkGardenMK.ttf /usr/X11R6/lib/fonts/TTF
|
||||
fc-cache -f
|
||||
|
||||
|
||||
|
||||
COPYRIGHT AND LICENSE
|
||||
|
||||
Copyright (C) 1999, 2000, 2004 Michal Kosmulski
|
||||
<mkosmul@users.sourceforge.net>
|
||||
|
||||
This font 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 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This font 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 this font; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
As a special exception, if you create a document which uses
|
||||
this font, and embed this font or unaltered portions of this font into
|
||||
the document, this font does not by itself cause the resulting
|
||||
document to be covered by the GNU General Public License. This
|
||||
exception does not however invalidate any other reasons why the
|
||||
document might be covered by the GNU General Public License. If you
|
||||
modify this font, you may extend this exception to your version of the
|
||||
font, but you are not obligated to do so. If you do not wish to do so,
|
||||
delete this exception statement from your version.
|
||||
|
||||
The text of this license can be found in file COPYING.txt in the
|
||||
distribution archives. The GNU General Public License text can be found
|
||||
in file COPYING-GPL.txt.
|
||||
|
||||
|
||||
|
||||
CONTACTING THE AUTHOR
|
||||
|
||||
Send e-mail with questions, bug reports and patches to Michal Kosmulski,
|
||||
mkosmul@users.sourceforge.net
|
||||
|
||||
The homepage of Dark Garden Font is located at
|
||||
http://darkgarden.sourceforge.net/.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,429 @@
|
||||
StartFontMetrics 2.0
|
||||
Comment Generated by FontForge 20071110
|
||||
Comment Creation Date: Wed Sep 10 17:07:49 2008
|
||||
FontName DarkGardenMK
|
||||
FullName Dark Garden
|
||||
FamilyName Dark Garden
|
||||
Weight Medium
|
||||
Notice (Copyright (C) 1999, 2000, 2004 Michal Kosmulski )
|
||||
Comment <mkosmul@users.sourceforge.net>
|
||||
Comment
|
||||
Comment This font is free software; you can redistribute it and/or modify
|
||||
Comment it under the terms of the GNU General Public License as published by
|
||||
Comment the Free Software Foundation; either version 2 of the License, or
|
||||
Comment (at your option) any later version.
|
||||
Comment
|
||||
Comment This font is distributed in the hope that it will be useful,
|
||||
Comment but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
Comment MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
Comment GNU General Public License for more details.
|
||||
Comment
|
||||
Comment You should have received a copy of the GNU General Public License
|
||||
Comment along with this font; if not, write to the Free Software
|
||||
Comment Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
Comment
|
||||
Comment As a special exception, if you create a document which uses
|
||||
Comment this font, and embed this font or unaltered portions of this font into
|
||||
Comment the document, this font does not by itself cause the resulting
|
||||
Comment document to be covered by the GNU General Public License. This
|
||||
Comment exception does not however invalidate any other reasons why the
|
||||
Comment document might be covered by the GNU General Public License. If you
|
||||
Comment modify this font, you may extend this exception to your version of the
|
||||
Comment font, but you are not obligated to do so. If you do not wish to do so,
|
||||
Comment delete this exception statement from your version.
|
||||
Comment
|
||||
ItalicAngle 0
|
||||
IsFixedPitch false
|
||||
UnderlinePosition -420
|
||||
UnderlineThickness 80
|
||||
Version 1.1
|
||||
EncodingScheme ISO10646-1
|
||||
FontBBox -11 -331 935 1122
|
||||
CapHeight 931
|
||||
XHeight 869
|
||||
Ascender 831
|
||||
Descender -123
|
||||
StartCharMetrics 86
|
||||
C 0 ; WX 1000 ; N .notdef ; B 0 0 531 890 ;
|
||||
C 1 ; WX 0 ; N glyph1 ; B 0 0 0 0 ;
|
||||
C 2 ; WX 1000 ; N glyph2 ; B 0 0 0 0 ;
|
||||
C 32 ; WX 500 ; N space ; B 0 0 0 0 ;
|
||||
C 44 ; WX 130 ; N comma ; B 0 -76 123 105 ;
|
||||
C 45 ; WX 611 ; N hyphen ; B 46 364 560 519 ;
|
||||
C 46 ; WX 131 ; N period ; B 1 0 124 124 ;
|
||||
C 58 ; WX 187 ; N colon ; B 32 6 159 447 ;
|
||||
C 59 ; WX 187 ; N semicolon ; B 36 -98 163 470 ;
|
||||
C 65 ; WX 706 ; N A ; B 3 -162 670 853 ;
|
||||
C 66 ; WX 624 ; N B ; B -5 -27 602 911 ;
|
||||
C 67 ; WX 619 ; N C ; B -1 -52 590 846 ;
|
||||
C 68 ; WX 730 ; N D ; B 4 -133 703 912 ;
|
||||
C 69 ; WX 613 ; N E ; B 1 -100 613 836 ;
|
||||
C 70 ; WX 660 ; N F ; B 3 -96 629 833 ;
|
||||
C 71 ; WX 624 ; N G ; B 5 -61 594 898 ;
|
||||
C 72 ; WX 660 ; N H ; B 7 -177 629 876 ;
|
||||
C 73 ; WX 284 ; N I ; B 22 -179 271 932 ;
|
||||
C 74 ; WX 603 ; N J ; B 3 -93 570 863 ;
|
||||
C 75 ; WX 639 ; N K ; B 7 -182 625 921 ;
|
||||
C 76 ; WX 658 ; N L ; B 15 -3 616 903 ;
|
||||
C 77 ; WX 833 ; N M ; B 9 -236 861 874 ;
|
||||
C 78 ; WX 614 ; N N ; B 3 -135 579 917 ;
|
||||
C 79 ; WX 691 ; N O ; B 9 -35 659 848 ;
|
||||
C 80 ; WX 648 ; N P ; B 4 -203 605 846 ;
|
||||
C 81 ; WX 612 ; N Q ; B -11 -179 578 894 ;
|
||||
C 82 ; WX 647 ; N R ; B -1 -331 614 891 ;
|
||||
C 83 ; WX 666 ; N S ; B 3 -60 654 876 ;
|
||||
C 84 ; WX 829 ; N T ; B 0 -195 787 817 ;
|
||||
C 85 ; WX 688 ; N U ; B 6 -33 656 874 ;
|
||||
C 86 ; WX 618 ; N V ; B 4 -188 589 991 ;
|
||||
C 87 ; WX 985 ; N W ; B 4 -132 935 974 ;
|
||||
C 88 ; WX 690 ; N X ; B 6 -125 731 951 ;
|
||||
C 89 ; WX 645 ; N Y ; B 7 -209 609 953 ;
|
||||
C 90 ; WX 841 ; N Z ; B 14 -108 853 845 ;
|
||||
C 97 ; WX 612 ; N a ; B 13 -93 581 769 ;
|
||||
C 98 ; WX 528 ; N b ; B -4 -23 512 774 ;
|
||||
C 99 ; WX 571 ; N c ; B 42 15 545 779 ;
|
||||
C 100 ; WX 641 ; N d ; B 15 -60 609 829 ;
|
||||
C 101 ; WX 527 ; N e ; B 8 -35 528 760 ;
|
||||
C 102 ; WX 563 ; N f ; B 21 -25 553 765 ;
|
||||
C 103 ; WX 549 ; N g ; B 21 10 522 825 ;
|
||||
C 104 ; WX 581 ; N h ; B 24 -96 553 798 ;
|
||||
C 105 ; WX 256 ; N i ; B 22 -99 235 846 ;
|
||||
C 106 ; WX 527 ; N j ; B 17 -27 499 786 ;
|
||||
C 107 ; WX 543 ; N k ; B 6 -155 531 783 ;
|
||||
C 108 ; WX 525 ; N l ; B -1 62 510 832 ;
|
||||
C 109 ; WX 718 ; N m ; B 14 -151 738 792 ;
|
||||
C 110 ; WX 523 ; N n ; B 13 -63 502 832 ;
|
||||
C 111 ; WX 612 ; N o ; B 30 28 584 779 ;
|
||||
C 112 ; WX 561 ; N p ; B 13 -124 524 767 ;
|
||||
C 113 ; WX 566 ; N q ; B 33 -98 535 814 ;
|
||||
C 114 ; WX 548 ; N r ; B -3 -245 520 795 ;
|
||||
C 115 ; WX 567 ; N s ; B 3 9 556 806 ;
|
||||
C 116 ; WX 718 ; N t ; B 13 -117 682 743 ;
|
||||
C 117 ; WX 587 ; N u ; B 8 36 560 805 ;
|
||||
C 118 ; WX 530 ; N v ; B 9 -99 506 902 ;
|
||||
C 119 ; WX 774 ; N w ; B 1 -49 793 891 ;
|
||||
C 120 ; WX 604 ; N x ; B 11 -43 628 870 ;
|
||||
C 121 ; WX 559 ; N y ; B 14 -122 526 866 ;
|
||||
C 122 ; WX 764 ; N z ; B 7 -36 720 774 ;
|
||||
C 196 ; WX 765 ; N Adieresis ; B 8 -179 724 1064 ;
|
||||
C 211 ; WX 704 ; N Oacute ; B 7 -82 665 1012 ;
|
||||
C 214 ; WX 791 ; N Odieresis ; B 1 -68 755 1084 ;
|
||||
C 220 ; WX 763 ; N Udieresis ; B -1 -59 728 1122 ;
|
||||
C 223 ; WX 543 ; N germandbls ; B 2 -304 516 795 ;
|
||||
C 228 ; WX 650 ; N adieresis ; B 6 -152 615 904 ;
|
||||
C 243 ; WX 600 ; N oacute ; B 8 -2 567 928 ;
|
||||
C 246 ; WX 672 ; N odieresis ; B 0 -58 642 921 ;
|
||||
C 252 ; WX 648 ; N udieresis ; B -1 -50 619 953 ;
|
||||
C -1 ; WX 699 ; N Aogonek ; B 1 -257 657 838 ;
|
||||
C -1 ; WX 594 ; N aogonek ; B 1 -219 559 712 ;
|
||||
C -1 ; WX 596 ; N Cacute ; B 8 -57 561 1046 ;
|
||||
C -1 ; WX 514 ; N cacute ; B 14 20 484 959 ;
|
||||
C -1 ; WX 739 ; N Eogonek ; B 2 -240 738 785 ;
|
||||
C -1 ; WX 637 ; N eogonek ; B 13 -121 640 750 ;
|
||||
C -1 ; WX 848 ; N Lslash ; B 8 -107 908 871 ;
|
||||
C -1 ; WX 722 ; N lslash ; B 11 -32 776 799 ;
|
||||
C -1 ; WX 627 ; N Nacute ; B 8 -46 597 1050 ;
|
||||
C -1 ; WX 534 ; N nacute ; B 8 32 509 964 ;
|
||||
C -1 ; WX 558 ; N Sacute ; B 4 -27 566 1094 ;
|
||||
C -1 ; WX 490 ; N sacute ; B 7 58 485 1010 ;
|
||||
C -1 ; WX 721 ; N Zacute ; B 7 -90 714 1013 ;
|
||||
C -1 ; WX 617 ; N zacute ; B 7 -44 607 894 ;
|
||||
C -1 ; WX 759 ; N Zdotaccent ; B -7 -103 749 925 ;
|
||||
C -1 ; WX 655 ; N zdotaccent ; B 4 -53 645 822 ;
|
||||
EndCharMetrics
|
||||
StartKernData
|
||||
StartKernPairs 291
|
||||
KPX hyphen Z -126
|
||||
KPX hyphen z -101
|
||||
KPX hyphen X -88
|
||||
KPX hyphen x -76
|
||||
KPX hyphen Y -63
|
||||
KPX hyphen y -50
|
||||
KPX hyphen W -88
|
||||
KPX hyphen w -88
|
||||
KPX hyphen T -139
|
||||
KPX hyphen t -133
|
||||
KPX hyphen S -114
|
||||
KPX hyphen s -76
|
||||
KPX hyphen A -114
|
||||
KPX hyphen a -114
|
||||
KPX A C -25
|
||||
KPX A c -63
|
||||
KPX A M -50
|
||||
KPX A m -38
|
||||
KPX A h -63
|
||||
KPX A H -50
|
||||
KPX A hyphen -82
|
||||
KPX A s -139
|
||||
KPX A S -120
|
||||
KPX A y -145
|
||||
KPX A Y -125
|
||||
KPX A t -145
|
||||
KPX A T -145
|
||||
KPX A v -31
|
||||
KPX A w -112
|
||||
KPX A V -24
|
||||
KPX A W -94
|
||||
KPX C S -69
|
||||
KPX C s -63
|
||||
KPX C A -31
|
||||
KPX C a -44
|
||||
KPX D Z -88
|
||||
KPX D z -69
|
||||
KPX D a -101
|
||||
KPX D A -73
|
||||
KPX E S -63
|
||||
KPX E s -63
|
||||
KPX F t -139
|
||||
KPX F T -82
|
||||
KPX F hyphen -101
|
||||
KPX F period -114
|
||||
KPX F comma -133
|
||||
KPX F A -239
|
||||
KPX F a -229
|
||||
KPX H A -44
|
||||
KPX K o -50
|
||||
KPX K O -25
|
||||
KPX K s -107
|
||||
KPX K S -101
|
||||
KPX K g -88
|
||||
KPX K G -38
|
||||
KPX K c -114
|
||||
KPX K C -69
|
||||
KPX L t -203
|
||||
KPX L T -203
|
||||
KPX L Y -114
|
||||
KPX L y -114
|
||||
KPX L i -63
|
||||
KPX L I -69
|
||||
KPX L hyphen -107
|
||||
KPX L S -114
|
||||
KPX L w -133
|
||||
KPX L W -139
|
||||
KPX M A -50
|
||||
KPX M a -50
|
||||
KPX M i 38
|
||||
KPX N A -114
|
||||
KPX N a -101
|
||||
KPX O y -38
|
||||
KPX O Y -44
|
||||
KPX O a -76
|
||||
KPX O A -76
|
||||
KPX O x -76
|
||||
KPX O X -76
|
||||
KPX O W -114
|
||||
KPX O t -139
|
||||
KPX O T -178
|
||||
KPX P hyphen -101
|
||||
KPX P period -126
|
||||
KPX P comma -139
|
||||
KPX P t -44
|
||||
KPX P T -95
|
||||
KPX P Lslash -177
|
||||
KPX P lslash -177
|
||||
KPX P A -166
|
||||
KPX P a -177
|
||||
KPX R Y -69
|
||||
KPX R y -63
|
||||
KPX R S -101
|
||||
KPX R G -50
|
||||
KPX R t -139
|
||||
KPX R T -152
|
||||
KPX R V -10
|
||||
KPX R W -73
|
||||
KPX S E 25
|
||||
KPX S e 19
|
||||
KPX S S -57
|
||||
KPX S t -88
|
||||
KPX S T -31
|
||||
KPX T lslash -190
|
||||
KPX T Lslash -229
|
||||
KPX T U -57
|
||||
KPX T u -69
|
||||
KPX T h -114
|
||||
KPX T H -76
|
||||
KPX T hyphen -146
|
||||
KPX T period -126
|
||||
KPX T comma -126
|
||||
KPX T oacute -146
|
||||
KPX T Oacute -101
|
||||
KPX T s -139
|
||||
KPX T S -126
|
||||
KPX T o -101
|
||||
KPX T O -69
|
||||
KPX T A -250
|
||||
KPX T a -250
|
||||
KPX U t -38
|
||||
KPX U T -31
|
||||
KPX U X -63
|
||||
KPX V Odieresis -94
|
||||
KPX V odieresis -109
|
||||
KPX V o -95
|
||||
KPX V O -76
|
||||
KPX V hyphen -101
|
||||
KPX V period -120
|
||||
KPX V comma -120
|
||||
KPX V I -50
|
||||
KPX V i -88
|
||||
KPX V a -156
|
||||
KPX V A -131
|
||||
KPX W Odieresis -87
|
||||
KPX W odieresis -103
|
||||
KPX W lslash -229
|
||||
KPX W Lslash -248
|
||||
KPX W H -126
|
||||
KPX W h -146
|
||||
KPX W hyphen -114
|
||||
KPX W period -159
|
||||
KPX W comma -177
|
||||
KPX W s -159
|
||||
KPX W S -126
|
||||
KPX W i -88
|
||||
KPX W I -44
|
||||
KPX W oacute -152
|
||||
KPX W Oacute -178
|
||||
KPX W o -133
|
||||
KPX W O -107
|
||||
KPX W Adieresis -152
|
||||
KPX W adieresis -131
|
||||
KPX W aogonek -166
|
||||
KPX W Aogonek -166
|
||||
KPX W a -219
|
||||
KPX W A -194
|
||||
KPX X hyphen -101
|
||||
KPX Y O -44
|
||||
KPX Y o -88
|
||||
KPX Y Lslash -152
|
||||
KPX Y S -126
|
||||
KPX Y hyphen -95
|
||||
KPX Y period -114
|
||||
KPX Y comma -114
|
||||
KPX Y a -208
|
||||
KPX Y A -187
|
||||
KPX Z y -57
|
||||
KPX Z Y -50
|
||||
KPX Z lslash -88
|
||||
KPX Z Lslash -82
|
||||
KPX Z i -25
|
||||
KPX Z I -31
|
||||
KPX Z e -31
|
||||
KPX Z b -38
|
||||
KPX Z B -38
|
||||
KPX Z hyphen -101
|
||||
KPX a c -63
|
||||
KPX a m -38
|
||||
KPX a h -57
|
||||
KPX a hyphen -88
|
||||
KPX a s -101
|
||||
KPX a y -145
|
||||
KPX a t -166
|
||||
KPX a v -20
|
||||
KPX a w -107
|
||||
KPX c s -57
|
||||
KPX c a -50
|
||||
KPX d z -44
|
||||
KPX d a -73
|
||||
KPX e s -38
|
||||
KPX f t -63
|
||||
KPX f hyphen -76
|
||||
KPX f period -120
|
||||
KPX f comma -126
|
||||
KPX f a -208
|
||||
KPX h a -50
|
||||
KPX k o -31
|
||||
KPX k s -50
|
||||
KPX k g -31
|
||||
KPX k c -76
|
||||
KPX l t -139
|
||||
KPX l y -76
|
||||
KPX l i -38
|
||||
KPX l hyphen -76
|
||||
KPX l s -63
|
||||
KPX l w -95
|
||||
KPX m a -44
|
||||
KPX m i 31
|
||||
KPX n a -101
|
||||
KPX o y -31
|
||||
KPX o a -76
|
||||
KPX o x -69
|
||||
KPX o w -95
|
||||
KPX o t -152
|
||||
KPX p hyphen -50
|
||||
KPX p period -107
|
||||
KPX p comma -101
|
||||
KPX p t -95
|
||||
KPX p lslash -145
|
||||
KPX p a -145
|
||||
KPX r y -76
|
||||
KPX r s -88
|
||||
KPX r g -50
|
||||
KPX r t -165
|
||||
KPX r v -20
|
||||
KPX r w -73
|
||||
KPX s c -25
|
||||
KPX s s -50
|
||||
KPX s t -38
|
||||
KPX t lslash -159
|
||||
KPX t u -57
|
||||
KPX t h -82
|
||||
KPX t hyphen -107
|
||||
KPX t period -126
|
||||
KPX t comma -126
|
||||
KPX t oacute -101
|
||||
KPX t s -101
|
||||
KPX t o -88
|
||||
KPX t a -218
|
||||
KPX u t -38
|
||||
KPX u x -50
|
||||
KPX v odieresis -83
|
||||
KPX v o -69
|
||||
KPX v hyphen -88
|
||||
KPX v period -88
|
||||
KPX v comma -101
|
||||
KPX v i -50
|
||||
KPX v a -125
|
||||
KPX w odieresis -20
|
||||
KPX w lslash -146
|
||||
KPX w h -50
|
||||
KPX w hyphen -57
|
||||
KPX w period -95
|
||||
KPX w comma -101
|
||||
KPX w s -44
|
||||
KPX w i 6
|
||||
KPX w oacute -76
|
||||
KPX w o -44
|
||||
KPX w adieresis -111
|
||||
KPX w aogonek -152
|
||||
KPX w a -166
|
||||
KPX x hyphen -101
|
||||
KPX y o -63
|
||||
KPX y lslash -126
|
||||
KPX y s -101
|
||||
KPX y hyphen -82
|
||||
KPX y period -95
|
||||
KPX y comma -101
|
||||
KPX y a -177
|
||||
KPX z y -95
|
||||
KPX z lslash -120
|
||||
KPX z i -69
|
||||
KPX z e -50
|
||||
KPX z b -76
|
||||
KPX z hyphen -177
|
||||
KPX Oacute T -139
|
||||
KPX Oacute W -88
|
||||
KPX germandbls t -95
|
||||
KPX germandbls T -152
|
||||
KPX oacute t -114
|
||||
KPX oacute w -76
|
||||
KPX Aogonek W -101
|
||||
KPX aogonek w -88
|
||||
KPX Lslash Y -76
|
||||
KPX Lslash y -38
|
||||
KPX Lslash T -101
|
||||
KPX Lslash W -156
|
||||
KPX lslash y -50
|
||||
KPX lslash t -101
|
||||
KPX lslash w -187
|
||||
EndKernPairs
|
||||
EndKernData
|
||||
EndFontMetrics
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,124 @@
|
||||
Bitstream Vera Fonts Copyright
|
||||
|
||||
The fonts have a generous copyright, allowing derivative works (as
|
||||
long as "Bitstream" or "Vera" are not in the names), and full
|
||||
redistribution (so long as they are not *sold* by themselves). They
|
||||
can be be bundled, redistributed and sold with any software.
|
||||
|
||||
The fonts are distributed under the following copyright:
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
||||
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
|
||||
Vera is a trademark of Bitstream, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the fonts accompanying this license ("Fonts") and associated
|
||||
documentation files (the "Font Software"), to reproduce and distribute
|
||||
the Font Software, including without limitation the rights to use,
|
||||
copy, merge, publish, distribute, and/or sell copies of the Font
|
||||
Software, and to permit persons to whom the Font Software is furnished
|
||||
to do so, subject to the following conditions:
|
||||
|
||||
The above copyright and trademark notices and this permission notice
|
||||
shall be included in all copies of one or more of the Font Software
|
||||
typefaces.
|
||||
|
||||
The Font Software may be modified, altered, or added to, and in
|
||||
particular the designs of glyphs or characters in the Fonts may be
|
||||
modified and additional glyphs or characters may be added to the
|
||||
Fonts, only if the fonts are renamed to names not containing either
|
||||
the words "Bitstream" or the word "Vera".
|
||||
|
||||
This License becomes null and void to the extent applicable to Fonts
|
||||
or Font Software that has been modified and is distributed under the
|
||||
"Bitstream Vera" names.
|
||||
|
||||
The Font Software may be sold as part of a larger software package but
|
||||
no copy of one or more of the Font Software typefaces may be sold by
|
||||
itself.
|
||||
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
|
||||
BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
|
||||
OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
|
||||
SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the names of Gnome, the Gnome
|
||||
Foundation, and Bitstream Inc., shall not be used in advertising or
|
||||
otherwise to promote the sale, use or other dealings in this Font
|
||||
Software without prior written authorization from the Gnome Foundation
|
||||
or Bitstream Inc., respectively. For further information, contact:
|
||||
fonts at gnome dot org.
|
||||
|
||||
Copyright FAQ
|
||||
=============
|
||||
|
||||
1. I don't understand the resale restriction... What gives?
|
||||
|
||||
Bitstream is giving away these fonts, but wishes to ensure its
|
||||
competitors can't just drop the fonts as is into a font sale system
|
||||
and sell them as is. It seems fair that if Bitstream can't make money
|
||||
from the Bitstream Vera fonts, their competitors should not be able to
|
||||
do so either. You can sell the fonts as part of any software package,
|
||||
however.
|
||||
|
||||
2. I want to package these fonts separately for distribution and
|
||||
sale as part of a larger software package or system. Can I do so?
|
||||
|
||||
Yes. A RPM or Debian package is a "larger software package" to begin
|
||||
with, and you aren't selling them independently by themselves.
|
||||
See 1. above.
|
||||
|
||||
3. Are derivative works allowed?
|
||||
Yes!
|
||||
|
||||
4. Can I change or add to the font(s)?
|
||||
Yes, but you must change the name(s) of the font(s).
|
||||
|
||||
5. Under what terms are derivative works allowed?
|
||||
|
||||
You must change the name(s) of the fonts. This is to ensure the
|
||||
quality of the fonts, both to protect Bitstream and Gnome. We want to
|
||||
ensure that if an application has opened a font specifically of these
|
||||
names, it gets what it expects (though of course, using fontconfig,
|
||||
substitutions could still could have occurred during font
|
||||
opening). You must include the Bitstream copyright. Additional
|
||||
copyrights can be added, as per copyright law. Happy Font Hacking!
|
||||
|
||||
6. If I have improvements for Bitstream Vera, is it possible they might get
|
||||
adopted in future versions?
|
||||
|
||||
Yes. The contract between the Gnome Foundation and Bitstream has
|
||||
provisions for working with Bitstream to ensure quality additions to
|
||||
the Bitstream Vera font family. Please contact us if you have such
|
||||
additions. Note, that in general, we will want such additions for the
|
||||
entire family, not just a single font, and that you'll have to keep
|
||||
both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
|
||||
glyphs to the font, they must be stylistically in keeping with Vera's
|
||||
design. Vera cannot become a "ransom note" font. Jim Lyles will be
|
||||
providing a document describing the design elements used in Vera, as a
|
||||
guide and aid for people interested in contributing to Vera.
|
||||
|
||||
7. I want to sell a software package that uses these fonts: Can I do so?
|
||||
|
||||
Sure. Bundle the fonts with your software and sell your software
|
||||
with the fonts. That is the intent of the copyright.
|
||||
|
||||
8. If applications have built the names "Bitstream Vera" into them,
|
||||
can I override this somehow to use fonts of my choosing?
|
||||
|
||||
This depends on exact details of the software. Most open source
|
||||
systems and software (e.g., Gnome, KDE, etc.) are now converting to
|
||||
use fontconfig (see www.fontconfig.org) to handle font configuration,
|
||||
selection and substitution; it has provisions for overriding font
|
||||
names and subsituting alternatives. An example is provided by the
|
||||
supplied local.conf file, which chooses the family Bitstream Vera for
|
||||
"sans", "serif" and "monospace". Other software (e.g., the XFree86
|
||||
core server) has other mechanisms for font substitution.
|
||||
|
||||
@@ -0,0 +1,191 @@
|
||||
StartFontMetrics 2.0
|
||||
Comment Generated by FontForge 20110222
|
||||
Comment Creation Date: Sun Oct 16 04:57:33 2011
|
||||
FontName CALLIG15
|
||||
FullName CALLIG15
|
||||
FamilyName CALLIG15
|
||||
Weight Medium
|
||||
Notice (Copyright 1992 Peter Vanroose, 1999 S. Dachian)
|
||||
Comment You may freely use, modify and/or distribute this file, as long as this copyright notice is retained
|
||||
ItalicAngle 0
|
||||
IsFixedPitch false
|
||||
UnderlinePosition -67
|
||||
UnderlineThickness 33
|
||||
Version 001.000
|
||||
EncodingScheme FontSpecific
|
||||
FontBBox -294 -257 1566 839
|
||||
CapHeight 634
|
||||
XHeight 226
|
||||
Ascender 452
|
||||
Descender -221
|
||||
StartCharMetrics 168
|
||||
C 0 ; WX 143 ; N grave ; B 30 744 113 831 ;
|
||||
C 1 ; WX 144 ; N acute ; B 30 239 114 319 ;
|
||||
C 2 ; WX 153 ; N circumflex ; B 164 239 348 319 ;
|
||||
C 3 ; WX 140 ; N tilde ; B 167 239 306 278 ;
|
||||
C 4 ; WX 170 ; N dieresis ; B 30 239 139 289 ;
|
||||
C 6 ; WX 118 ; N ring ; B 195 239 296 335 ;
|
||||
C 8 ; WX 158 ; N breve ; B 176 249 360 330 ;
|
||||
C 10 ; WX 59 ; N dotaccent ; B 208 287 253 332 ;
|
||||
C 14 ; WX 142 ; N guilsinglleft ; B 70 0 195 187 ;
|
||||
C 15 ; WX 142 ; N guilsinglright ; B 63 0 190 182 ;
|
||||
C 16 ; WX 165 ; N quotedblleft ; B 400 580 587 664 ;
|
||||
C 17 ; WX 164 ; N quotedblright ; B 387 580 573 664 ;
|
||||
C 18 ; WX 170 ; N quotedblbase ; B -17 -46 169 40 ;
|
||||
C 19 ; WX 230 ; N guillemotleft ; B 69 0 289 187 ;
|
||||
C 20 ; WX 231 ; N guillemotright ; B 63 0 283 187 ;
|
||||
C 22 ; WX 1099 ; N emdash ; B 58 90 1187 141 ;
|
||||
C 28 ; WX 336 ; N fi ; B -187 -231 626 523 ;
|
||||
C 29 ; WX 394 ; N fl ; B -188 -231 811 523 ;
|
||||
C 33 ; WX 206 ; N exclam ; B 40 -7 392 341 ;
|
||||
C 34 ; WX 193 ; N quotedbl ; B 425 557 563 664 ;
|
||||
C 35 ; WX 188 ; N numbersign ; B 68 -7 241 190 ;
|
||||
C 36 ; WX 559 ; N dollar ; B 151 -83 759 666 ;
|
||||
C 37 ; WX 388 ; N percent ; B 132 -7 460 328 ;
|
||||
C 38 ; WX 379 ; N ampersand ; B -83 -223 473 296 ;
|
||||
C 39 ; WX 78 ; N quoteright ; B 388 580 485 664 ;
|
||||
C 40 ; WX 191 ; N parenleft ; B 57 -7 484 459 ;
|
||||
C 41 ; WX 193 ; N parenright ; B -2 -7 427 457 ;
|
||||
C 42 ; WX 239 ; N asterisk ; B 373 465 603 665 ;
|
||||
C 44 ; WX 129 ; N comma ; B 21 -25 119 60 ;
|
||||
C 45 ; WX 140 ; N hyphen ; B 68 80 192 115 ;
|
||||
C 46 ; WX 141 ; N period ; B 40 -7 101 55 ;
|
||||
C 47 ; WX 149 ; N slash ; B 12 -7 350 329 ;
|
||||
C 48 ; WX 298 ; N zero ; B 82 -7 439 323 ;
|
||||
C 49 ; WX 244 ; N one ; B 80 0 437 330 ;
|
||||
C 50 ; WX 318 ; N two ; B 30 -9 398 326 ;
|
||||
C 51 ; WX 312 ; N three ; B 60 -7 459 340 ;
|
||||
C 52 ; WX 333 ; N four ; B 84 0 419 334 ;
|
||||
C 53 ; WX 296 ; N five ; B 58 -6 479 331 ;
|
||||
C 54 ; WX 279 ; N six ; B 80 -7 446 335 ;
|
||||
C 55 ; WX 302 ; N seven ; B 89 1 483 331 ;
|
||||
C 56 ; WX 294 ; N eight ; B 78 -7 438 328 ;
|
||||
C 57 ; WX 269 ; N nine ; B 36 -7 402 328 ;
|
||||
C 58 ; WX 142 ; N colon ; B 40 -7 215 175 ;
|
||||
C 59 ; WX 119 ; N semicolon ; B 0 -25 188 174 ;
|
||||
C 63 ; WX 274 ; N question ; B 27 -7 415 305 ;
|
||||
C 65 ; WX 789 ; N A ; B 85 -6 1286 666 ;
|
||||
C 66 ; WX 884 ; N B ; B 160 -7 1179 674 ;
|
||||
C 67 ; WX 774 ; N C ; B 323 -7 1124 663 ;
|
||||
C 68 ; WX 888 ; N D ; B 202 -6 1128 659 ;
|
||||
C 69 ; WX 723 ; N E ; B 337 -7 1027 703 ;
|
||||
C 70 ; WX 673 ; N F ; B 72 -6 1242 666 ;
|
||||
C 71 ; WX 943 ; N G ; B 306 -210 1255 669 ;
|
||||
C 72 ; WX 795 ; N H ; B 135 -7 1304 660 ;
|
||||
C 73 ; WX 599 ; N I ; B 71 -7 1102 651 ;
|
||||
C 74 ; WX 365 ; N J ; B -120 -257 870 651 ;
|
||||
C 75 ; WX 792 ; N K ; B 85 -7 1339 656 ;
|
||||
C 76 ; WX 736 ; N L ; B 83 -6 1167 671 ;
|
||||
C 77 ; WX 799 ; N M ; B 55 -7 1184 669 ;
|
||||
C 78 ; WX 933 ; N N ; B 75 -6 1474 656 ;
|
||||
C 79 ; WX 586 ; N O ; B 136 -7 934 668 ;
|
||||
C 80 ; WX 766 ; N P ; B 132 -7 1110 655 ;
|
||||
C 81 ; WX 602 ; N Q ; B 135 -9 949 643 ;
|
||||
C 82 ; WX 866 ; N R ; B 162 -7 1125 668 ;
|
||||
C 83 ; WX 704 ; N S ; B 122 -7 1126 667 ;
|
||||
C 84 ; WX 628 ; N T ; B 72 -7 1243 668 ;
|
||||
C 85 ; WX 765 ; N U ; B 316 -4 1155 654 ;
|
||||
C 86 ; WX 815 ; N V ; B 353 -7 1363 677 ;
|
||||
C 87 ; WX 1025 ; N W ; B 355 -10 1566 659 ;
|
||||
C 88 ; WX 664 ; N X ; B 62 -6 1181 662 ;
|
||||
C 89 ; WX 692 ; N Y ; B 260 -7 1080 645 ;
|
||||
C 90 ; WX 679 ; N Z ; B 159 -7 1009 634 ;
|
||||
C 91 ; WX 590 ; N bracketleft ; B 30 -1 558 464 ;
|
||||
C 93 ; WX 623 ; N bracketright ; B 30 -1 591 467 ;
|
||||
C 94 ; WX 373 ; N asciicircum ; B 30 448 342 664 ;
|
||||
C 95 ; WX 1032 ; N underscore ; B 0 -100 1028 -47 ;
|
||||
C 96 ; WX 76 ; N quoteleft ; B 400 580 498 664 ;
|
||||
C 97 ; WX 293 ; N a ; B 45 -5 358 193 ;
|
||||
C 98 ; WX 291 ; N b ; B 62 -7 615 533 ;
|
||||
C 99 ; WX 190 ; N c ; B 46 -6 257 195 ;
|
||||
C 100 ; WX 299 ; N d ; B 42 -7 616 452 ;
|
||||
C 101 ; WX 195 ; N e ; B 41 -7 261 191 ;
|
||||
C 102 ; WX 216 ; N f ; B -181 -231 632 523 ;
|
||||
C 103 ; WX 296 ; N g ; B -145 -229 362 197 ;
|
||||
C 104 ; WX 352 ; N h ; B 28 -6 636 520 ;
|
||||
C 105 ; WX 150 ; N i ; B 41 -7 331 332 ;
|
||||
C 106 ; WX 156 ; N j ; B -294 -228 317 331 ;
|
||||
C 107 ; WX 315 ; N k ; B 36 0 630 534 ;
|
||||
C 108 ; WX 189 ; N l ; B 64 -7 608 523 ;
|
||||
C 109 ; WX 525 ; N m ; B 57 0 589 196 ;
|
||||
C 110 ; WX 361 ; N n ; B 59 -1 426 193 ;
|
||||
C 111 ; WX 218 ; N o ; B 41 -7 283 191 ;
|
||||
C 112 ; WX 332 ; N p ; B -208 -225 397 322 ;
|
||||
C 113 ; WX 284 ; N q ; B -82 -217 357 193 ;
|
||||
C 114 ; WX 214 ; N r ; B 63 -7 279 228 ;
|
||||
C 115 ; WX 165 ; N s ; B 12 -7 227 243 ;
|
||||
C 116 ; WX 186 ; N t ; B 60 -6 360 335 ;
|
||||
C 117 ; WX 310 ; N u ; B 41 -7 375 190 ;
|
||||
C 118 ; WX 305 ; N v ; B 64 -7 373 193 ;
|
||||
C 119 ; WX 460 ; N w ; B 64 -7 524 202 ;
|
||||
C 120 ; WX 274 ; N x ; B 30 -7 339 195 ;
|
||||
C 121 ; WX 351 ; N y ; B -89 -222 415 190 ;
|
||||
C 122 ; WX 289 ; N z ; B 64 -12 354 192 ;
|
||||
C 123 ; WX 312 ; N braceleft ; B 40 1 490 464 ;
|
||||
C 125 ; WX 532 ; N braceright ; B 40 -1 490 461 ;
|
||||
C 126 ; WX 402 ; N asciitilde ; B 30 192 371 307 ;
|
||||
C 127 ; WX 140 ; N sfthyphen ; B 68 80 192 115 ;
|
||||
C 152 ; WX 740 ; N Ydieresis ; B 260 -7 1080 794 ;
|
||||
C 184 ; WX 358 ; N ydieresis ; B -82 -222 423 299 ;
|
||||
C 189 ; WX 158 ; N exclamdown ; B -86 -141 266 206 ;
|
||||
C 190 ; WX 265 ; N questiondown ; B -15 -106 373 206 ;
|
||||
C 191 ; WX 773 ; N sterling ; B 67 -10 1003 480 ;
|
||||
C 192 ; WX 787 ; N Agrave ; B 83 -6 1334 826 ;
|
||||
C 193 ; WX 792 ; N Aacute ; B 88 -6 1340 824 ;
|
||||
C 194 ; WX 789 ; N Acircumflex ; B 85 -6 1357 824 ;
|
||||
C 195 ; WX 791 ; N Atilde ; B 86 -6 1318 783 ;
|
||||
C 196 ; WX 793 ; N Adieresis ; B 88 -6 1319 794 ;
|
||||
C 197 ; WX 792 ; N Aring ; B 86 -6 1326 839 ;
|
||||
C 198 ; WX 1226 ; N AE ; B 77 -6 1554 679 ;
|
||||
C 199 ; WX 780 ; N Ccedilla ; B 314 -115 1131 663 ;
|
||||
C 200 ; WX 684 ; N Egrave ; B 335 -7 1025 831 ;
|
||||
C 201 ; WX 685 ; N Eacute ; B 336 -7 1029 824 ;
|
||||
C 202 ; WX 681 ; N Ecircumflex ; B 334 -7 1084 824 ;
|
||||
C 203 ; WX 682 ; N Edieresis ; B 335 -7 1025 794 ;
|
||||
C 204 ; WX 597 ; N Igrave ; B 68 -7 1099 831 ;
|
||||
C 205 ; WX 598 ; N Iacute ; B 69 -7 1100 824 ;
|
||||
C 206 ; WX 597 ; N Icircumflex ; B 68 -7 1114 824 ;
|
||||
C 207 ; WX 597 ; N Idieresis ; B 68 -7 1099 794 ;
|
||||
C 209 ; WX 1112 ; N Ntilde ; B 73 -6 1472 783 ;
|
||||
C 210 ; WX 586 ; N Ograve ; B 135 -7 933 831 ;
|
||||
C 211 ; WX 586 ; N Oacute ; B 136 -7 934 824 ;
|
||||
C 212 ; WX 586 ; N Ocircumflex ; B 136 -7 937 824 ;
|
||||
C 213 ; WX 587 ; N Otilde ; B 136 -7 934 783 ;
|
||||
C 214 ; WX 586 ; N Odieresis ; B 135 -7 933 794 ;
|
||||
C 215 ; WX 1306 ; N OE ; B 73 -7 1234 704 ;
|
||||
C 216 ; WX 608 ; N Oslash ; B 132 -7 954 699 ;
|
||||
C 217 ; WX 764 ; N Ugrave ; B 316 -4 1155 831 ;
|
||||
C 218 ; WX 765 ; N Uacute ; B 316 -4 1155 824 ;
|
||||
C 219 ; WX 764 ; N Ucircumflex ; B 316 -4 1155 824 ;
|
||||
C 220 ; WX 764 ; N Udieresis ; B 316 -4 1155 794 ;
|
||||
C 224 ; WX 295 ; N agrave ; B 47 -5 360 326 ;
|
||||
C 225 ; WX 296 ; N aacute ; B 48 -5 362 319 ;
|
||||
C 226 ; WX 295 ; N acircumflex ; B 47 -5 416 319 ;
|
||||
C 227 ; WX 295 ; N atilde ; B 47 -5 372 278 ;
|
||||
C 228 ; WX 295 ; N adieresis ; B 47 -5 360 289 ;
|
||||
C 229 ; WX 296 ; N aring ; B 45 -5 367 335 ;
|
||||
C 230 ; WX 357 ; N ae ; B 43 -6 422 193 ;
|
||||
C 231 ; WX 200 ; N ccedilla ; B -64 -129 265 200 ;
|
||||
C 232 ; WX 198 ; N egrave ; B 43 -7 263 326 ;
|
||||
C 233 ; WX 199 ; N eacute ; B 44 -7 280 319 ;
|
||||
C 234 ; WX 198 ; N ecircumflex ; B 43 -7 333 319 ;
|
||||
C 235 ; WX 197 ; N edieresis ; B 43 -7 273 289 ;
|
||||
C 236 ; WX 151 ; N igrave ; B 42 -7 221 326 ;
|
||||
C 237 ; WX 150 ; N iacute ; B 41 -7 259 319 ;
|
||||
C 238 ; WX 150 ; N icircumflex ; B 41 -7 318 319 ;
|
||||
C 239 ; WX 150 ; N idieresis ; B 41 -7 246 289 ;
|
||||
C 241 ; WX 362 ; N ntilde ; B 58 -1 425 278 ;
|
||||
C 242 ; WX 220 ; N ograve ; B 43 -7 285 326 ;
|
||||
C 243 ; WX 220 ; N oacute ; B 43 -7 288 319 ;
|
||||
C 244 ; WX 220 ; N ocircumflex ; B 43 -7 359 319 ;
|
||||
C 245 ; WX 220 ; N otilde ; B 43 -7 296 278 ;
|
||||
C 246 ; WX 220 ; N odieresis ; B 43 -7 292 289 ;
|
||||
C 247 ; WX 359 ; N oe ; B 41 -7 426 193 ;
|
||||
C 248 ; WX 219 ; N oslash ; B 35 -24 288 204 ;
|
||||
C 249 ; WX 309 ; N ugrave ; B 40 -7 374 326 ;
|
||||
C 250 ; WX 310 ; N uacute ; B 41 -7 375 319 ;
|
||||
C 251 ; WX 309 ; N ucircumflex ; B 41 -7 406 319 ;
|
||||
C 252 ; WX 308 ; N udieresis ; B 40 -7 374 289 ;
|
||||
C 255 ; WX 689 ; N germandbls ; B 27 -106 656 502 ;
|
||||
EndCharMetrics
|
||||
EndFontMetrics
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user