kc3-lang/ftgl/include/FTVectoriser.h

Branch :


Log

Author Commit Date CI Message
22da938d 2004-08-17 01:51:39 Added docs
325066d2 2004-04-09 03:51:36 Added symbol for front and rear facing
59a0780e 2003-09-25 03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
74b58812 2002-12-20 22:21:21 Added Mesh::Combine and changed tempPointList to FTList
e7bffe5d 2002-12-19 10:27:16 Made return values const
1fc9d488 2002-12-17 03:53:37 Refactored to get rid of data memory buffers and function name tidy ups
942a5d6f 2002-12-16 23:24:22 Made ProcessContours Private and removed GetOutline
d42ccb1d 2002-12-16 20:12:37 Changes in FTContour
c7c795c5 2002-12-11 07:41:03 Replaced contourList FTVector with an array.
e4142e5a 2002-12-08 08:56:59 Fixes for broken glyphs. Uses numberOfContours as a flag that the glyph is valid.
0224994d 2002-12-08 05:07:52 Removed redundant member
690d4883 2002-12-08 04:40:19 Refactored FTContour - moved it into it's own file
1f30031f 2002-12-05 09:33:28 Refactored variables in Process() Changed Process to void Test in FTVectoriser c_stor
297902eb 2002-12-05 06:47:04 Added docs
220dbc49 2002-12-05 06:11:35 Refactored variable names Removed Point() Added docs
ee2d00b9 2002-12-05 06:01:12 Fixed comments
f9bbdd78 2002-11-28 08:23:56 Changes to Documentation
720c3c5e 2002-11-27 07:34:47 Fixed an FTPoint
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
fdccc4bf 2002-08-27 07:12:49 Updated dox comments
8ba6edd3 2002-08-26 08:51:30 Updated comments
72c25d97 2002-06-22 23:35:02 Made FTVector a template
8bd08862 2002-06-21 08:23:00 removed stl vector
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
d8e625a3 2001-11-27 04:52:15 Added a comment
ddce8fa3 2001-11-12 02:43:20 changed ftPoint to use doubles and inlined a lot of stuff
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
85a2255d 2001-10-24 21:21:52 Fixing up the comments
52f75667 2001-10-14 21:53:04 Updated comments and removed redundant member vars
485b7537 2001-10-10 21:53:25 Added FTGL_EXPORT for windows
af2bc912 2001-09-16 21:31:38 Minor tidy ups
fefbdf74 2001-08-27 00:57:42 Changed the args for FTContour::AddPoint() to float to get rid of warning. Also make more sense.
0c12b0a5 2001-08-26 22:28:23 Made contourFlag private and added accessor function
295f2c0f 2001-08-24 02:06:51 Made some magic numbers into constants
e39fe85c 2001-08-19 22:20:32 removed the unused loop struct.
daa92912 2001-08-06 04:29:49 Added using namespace std
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.