src/FTVectoriser.cpp


Log

Author Commit Date CI Message
henry e077739b 2001-10-30T23:23:29 Renamed functions in prep for extruded glyphs Ingest->Process Output->MakeOutline
henry 263722f7 2001-10-25T04:03:06 Re-ordered initialisation lists to keep project builder happy (MAC OSX)
henry 6141f71d 2001-09-27T01:40:39 Added a test for an empty point list when adding points to a contour.
henry af2bc912 2001-09-16T21:31:38 Minor tidy ups
henry 6299b3f3 2001-08-28T22:53:37 Fixed a bug in FTVectoriser::Ingest() that caused non printing glyphs ( eg spaces) to be ignored
henry a9f836b2 2001-08-28T01:47:44 Removed redundant static_cast<float>()
henry fefbdf74 2001-08-27T00:57:42 Changed the args for FTContour::AddPoint() to float to get rid of warning. Also make more sense.
henry 295f2c0f 2001-08-24T02:06:51 Made some magic numbers into constants
henry a1ed83ae 2001-08-05T22:28:29 const rampage:) added next2 to curve code
henry ec4a06b7 2001-08-02T21: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.
henry bb798851 2001-08-01T22: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()
henry 0c395027 2001-08-01T05:27:22 Spilt the FTVectoriser & FTContour stuff out of FTVectorGlyph. Made some minor changes to the curve code.