DarkGarden-readme.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. Dark Garden
  2. ===========
  3. GENERAL
  4. Dark Garden is a decorative outline font of unusual shape. The typeface
  5. is based on author's original hand drawings. The letterform is complex,
  6. with all characters decorated with spikes resembling thorns or flames,
  7. character spacing is very dense. Such a theme makes it a great font for
  8. titles, banners, logos etc.
  9. As of version 1.1, Dark Garden includes letters of the English alphabet,
  10. Polish and German diacritic characters and some punctuation. Unicode
  11. encoding is used. The font is equipped with hinting information to allow
  12. high quality rendering at small point sizes. Only horizontal and
  13. vertical hints are currently used, future versions might take advantage
  14. of truetype hinting instructions some day. There are also a lot of
  15. kerning pairs defined in the font - they were chosen after looking at a
  16. choice of Polish and English texts and selecting the character pairs
  17. that needed manual kerning.
  18. The font was created with PfaEdit / FontForge
  19. (http://fontforge.sourceforge.net/) - an opensource font editing tool.
  20. Pfaedit uses its own text-based file format which can then be exported
  21. to truetype, postscript, opentype and many other font formats. This
  22. makes it possible to generate font files for Dark Garden in any of the
  23. many supported formats, so it can be used on almost any platform. So
  24. far, the truetype version has been tested on X11 (Linux) and Windows,
  25. the opentype version worked on Windows but not X11. Truetype should also
  26. work on Mac OS.
  27. INSTALLATION
  28. Installation is described for the truetype version of the font (which is
  29. what most users will need).
  30. On Windows:
  31. * Extract .ttf files from the archive into a temporary directory
  32. * In the Control Panel choose Fonts
  33. * From the File menu choose Install New Font
  34. * Browse to the temporary directory you chose
  35. * "Dark Garden" should appear in the font list - click OK (this may
  36. require Administrator privileges)
  37. On Linux / UNIX (using KDE):
  38. * Extract .ttf files from the archive into a temporary directory
  39. * In the Control Center choose Font Installer in the System
  40. Administration tree
  41. * Click on "Administrator Mode" and enter root's password
  42. * Click on "Add Fonts" icon
  43. * Select the .ttf file extracted from the archive and click OK
  44. On Linux / UNIX (using commandline)
  45. unzip darkgarden-*.ttf.zip
  46. su
  47. ginstall -o root -m 644 DarkGardenMK.ttf /usr/X11R6/lib/fonts/TTF
  48. fc-cache -f
  49. COPYRIGHT AND LICENSE
  50. Copyright (C) 1999, 2000, 2004 Michal Kosmulski
  51. <mkosmul@users.sourceforge.net>
  52. This font is free software; you can redistribute it and/or modify
  53. it under the terms of the GNU General Public License as published by
  54. the Free Software Foundation; either version 2 of the License, or
  55. (at your option) any later version.
  56. This font is distributed in the hope that it will be useful,
  57. but WITHOUT ANY WARRANTY; without even the implied warranty of
  58. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  59. GNU General Public License for more details.
  60. You should have received a copy of the GNU General Public License
  61. along with this font; if not, write to the Free Software
  62. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  63. As a special exception, if you create a document which uses
  64. this font, and embed this font or unaltered portions of this font into
  65. the document, this font does not by itself cause the resulting
  66. document to be covered by the GNU General Public License. This
  67. exception does not however invalidate any other reasons why the
  68. document might be covered by the GNU General Public License. If you
  69. modify this font, you may extend this exception to your version of the
  70. font, but you are not obligated to do so. If you do not wish to do so,
  71. delete this exception statement from your version.
  72. The text of this license can be found in file COPYING.txt in the
  73. distribution archives. The GNU General Public License text can be found
  74. in file COPYING-GPL.txt.
  75. CONTACTING THE AUTHOR
  76. Send e-mail with questions, bug reports and patches to Michal Kosmulski,
  77. mkosmul@users.sourceforge.net
  78. The homepage of Dark Garden Font is located at
  79. http://darkgarden.sourceforge.net/.