Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 883d4607 | 2001-08-07 01:03:44 | Added a render function to set LINE_SMOOTH for anti aliased lines | ||
| 7411d133 | 2001-08-07 01:02:49 | Added a render function to set the alpha blend mode | ||
| 048139fc | 2001-08-07 01:00:37 | Added a render function to set the pixelStore stuff previously set by the bitmap glyph | ||
| f1940e79 | 2001-08-06 05:46:16 | Changed types for IRIX | ||
| 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 | ||
| 08651a1d | 2001-08-05 22:21:14 | Minor tidy ups | ||
| bf84e602 | 2001-08-05 22:16:32 | Initialisation list. Made render() arg const. | ||
| 007ca6b5 | 2001-08-05 22:15:50 | Made render() arg const. Minor tidy ups | ||
| 18dd271e | 2001-08-05 21:44:40 | Made render() arg const. Initialisation list. | ||
| e0944402 | 2001-08-05 21:43:42 | Made return type of render() void. Initialisation list. TextureSize() complete | ||
| 74ddddc2 | 2001-08-05 21:41:09 | Added FT_Error member. Minor tidy ups and fixed automatic variable warning in render() | ||
| f8b7df3d | 2001-08-05 21:39:50 | Minor tidy ups and made render() arg const | ||
| 53040dd2 | 2001-08-05 21:39:02 | Minor tidy ups and fixed a couple of compiler warnings | ||
| a264b05c | 2001-08-05 21:37:18 | Added FT_Error member and accessor function. Minor tidy ups | ||
| f03d965b | 2001-08-05 21:35:51 | Made render() arg const | ||
| 678be1a1 | 2001-08-05 21:34:40 | Minor tidy ups | ||
| b6f636a5 | 2001-08-02 22:59:13 | Polygon fonts now work. | ||
| 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. | ||
| fe2aca96 | 2001-08-01 04:17:58 | Updated for FTVectorGlyph | ||
| 4cd99a38 | 2001-07-30 02:24:24 | Rewrote the way the raster positon is set. The position is now kept in an FT_Vector called pen and pas into the glyphs, rather than the glyph calculating it's on raster position. | ||
| 566da1a7 | 2001-07-30 01:08:15 | render() now takes a reference | ||
| 563aab11 | 2001-07-27 04:28:40 | Made all methods virtual | ||
| 4f59d7a3 | 2001-07-26 05:18:33 | Added assignment of FT_Size attribute and added Height and Width methods | ||
| 019af0d2 | 2001-07-26 05:11:34 | This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. |