README
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. This directory has code for using texture mapped fonts.  For more
  2. information on this code, see:
  3.   http://reality.sgi.com/mjk_asd/tips/TexFont/TexFont.html
  4. Here is a quick description of the programs:
  5.   gentexfont - program to capture X fonts from an X server and
  6.      write out .txf files usable the TexFont API.
  7.   showtxf - a program to show the texture encoded within .txf
  8.      files generated by gentexfont.
  9.   txfdemo - a demonstration of texture mapped text using the TexFont
  10.      API to put text on a spinning cube, including text wrapped in a
  11.      circle.
  12.   simpletxf - a very simple TexFont program showing how to rotate
  13.      texture mapped text around.
  14. The directory also contains some sample .txf files (that can be used
  15. with the demonstration programs);
  16.   curlfont.txf
  17.   default.txf
  18.   djb.txf
  19.   haeberli.txf
  20.   rockfont.txf
  21.   sorority.txf
  22. Of course, with gentexfont, you can generate your own.
  23. - Mark Kilgard
  24.   May 23, 1997