README.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. BK 13may03:
  2. Fonts are a problem with Linux!
  3. XFree has its own Adobe Type1 fonts in /usr/X11R7/lib/X11/fonts/type1/.
  4. Mowitz library has Type1 fonts in /usr/local/share/Mowitz/fonts/.
  5. Ghostview has its own set here.
  6. I tried setting environment variable GS_FONTPATH to point to the
  7. XFree fonts. I set this is /etc/profile. Ghostscript uses this variable
  8. after looking in its standard places:
  9. /usr/share/fonts/default/Type1
  10. /usr/local/share/ghostscript/6.50/lib
  11. /usr/share/ghostscript/fonts
  12. I got an error when tried to run gs* with only the XFree fonts.
  13. Maybe need to setup a fonts.alias file appropriately...
  14. 20may03:
  15. I have removed the XFree Type1 directory, replaced with a symbolic
  16. link to the Ghostscript Type1 fonts. This saves some space.
  17. note, Mowitz library removed from Puppy.
  18. 7Sept03:
  19. Have upgraded gs from 6.50 to 8.11. Placed a link from
  20. /usr/local/share/ghostscript/fonts to here so that new
  21. gs can find the fonts.
  22. NOV06 (v2.12):
  23. Major overhaul! The "Sans" font was mapping to Type1 "Nimbus sans L",
  24. which was the only scalable sans-serif font in Puppy. It comes in
  25. 'condensed' and 'normal' but even the normal looks squashed.
  26. So, have intalled Bitstream Vera TTF fonts, see the link here.
  27. The 'TTF' directory is about 1.5M, the 'Type1' dir was about 5.0M
  28. -- but, I have hacked it down to about 1M! -- but need to be
  29. careful, especially check can open all '.ps' and '.pdf' files
  30. -- if not, will have to grab more fonts out of the original 'Type1'
  31. directory.
  32. Now, 'Sans' defaults to a Bitstream TTF font, looks very nice.
  33. V2.14:
  34. On some web pages, DejaVu fonts do not render properly. Ligatures such
  35. as 'ffi' and 'fi' overlap but are not supposed to when separate chars.
  36. I applied a patch to the DejaVu v2.13 .sfd source and generated .ttf files.
  37. This patch turns off the ligatures. (sources044)
  38. ------------------
  39. Woof, June 13 2010
  40. Have updated DejaVu sans fonts, v5.31
  41. Compiled from source with hacked Makefile to only create "LGC" reduced fonts but
  42. retain proper font naming without "LGC".
  43. Manually install to /usr/share/fonts/default/TTF/
  44. And in that dir run:
  45. # mkfontscale
  46. # mkfontdir
  47. fc-cache also needs to be run, but i have done that in 3builddistro.