Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. |