kc3-lang/ftgl/src/FTVectoriser.cpp

Branch :


Log

Author Commit Date CI Message
cce53af5 2002-11-28 09:39:36 Changed the gluTess callback function definitions
390f4520 2002-11-27 07:12:59 Moved FTPoint to it's own file
ba82a01b 2002-11-27 06:20:15 Tidied up some float declarations
9013e3ec 2002-06-20 08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
681596b9 2002-01-24 09:42:21 Fixed compiler warnings (size_t)
c8dc02da 2001-12-11 03:55:08 Replaced double with FTGL_DOUBLE typedef
86b5c356 2001-11-12 02:44:18 gluTesselation now feeds data to internal FTMesh class
a00a92ec 2001-11-08 20:36:26 Minor fixes for windows warnings
7d8a9eab 2001-11-05 22:32:05 Refactoring FTVectoriser & FTPolyGlyph to anable access to tessellation data
e077739b 2001-10-30 23:23:29 Renamed functions in prep for extruded glyphs Ingest->Process Output->MakeOutline
263722f7 2001-10-25 04:03:06 Re-ordered initialisation lists to keep project builder happy (MAC OSX)
6141f71d 2001-09-27 01:40:39 Added a test for an empty point list when adding points to a contour.
af2bc912 2001-09-16 21:31:38 Minor tidy ups
6299b3f3 2001-08-28 22:53:37 Fixed a bug in FTVectoriser::Ingest() that caused non printing glyphs ( eg spaces) to be ignored
a9f836b2 2001-08-28 01:47:44 Removed redundant static_cast<float>()
fefbdf74 2001-08-27 00:57:42 Changed the args for FTContour::AddPoint() to float to get rid of warning. Also make more sense.
295f2c0f 2001-08-24 02:06:51 Made some magic numbers into constants
a1ed83ae 2001-08-05 22:28:29 const rampage:) added next2 to curve code
ec4a06b7 2001-08-02 21:52:58 Made the ftPoint struct an external class and added some helper functions eg operator != Got rid of ftLoop, it's not needed now that I've tidied up the curve parsing code (which fixed the Vivaldi Q bug) Minor code tidy ups.
bb798851 2001-08-01 22:56:04 Made the FTPOINT type a struct of 3 floats rather than a PAIR<int, int> to make it compatible with gluTess. Made bValues[][] a private member rather than local to evaluateCurve()
0c395027 2001-08-01 05:27:22 Spilt the FTVectoriser & FTContour stuff out of FTVectorGlyph. Made some minor changes to the curve code.