home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / graphic / font3d11 / f3d_src / build.h < prev    next >
C/C++ Source or Header  |  1994-10-10  |  612b  |  16 lines

  1. //=================================================================================================
  2. //   Build.H
  3. //
  4. //   Copyright (c) 1994 by Todd A. Prater
  5. //   All rights reserved.
  6. //
  7. //-------------------------------------------------------------------------------------------------
  8.  
  9. #include "Geometry.H"
  10. #include "TrueType.H"
  11.  
  12. void PolygonizeContour(TTFont&, USHORT, USHORT, USHORT, DOUBLE, POLYGON&);
  13. void TriangulateFace  (TTFont&,USHORT,USHORT,DOUBLE,LIST<TRIANGLE>&);
  14. void TriangulateEdges (TTFont&,USHORT,USHORT,INT,DOUBLE,DOUBLE,DOUBLE,DOUBLE,DOUBLE,LIST<TRIANGLE>&,LIST<TRIANGLE>&);
  15.  
  16.