src/FTOutlineGlyph.cpp


Log

Author Commit Date CI Message
sammy 141112c4 2008-04-12T22:44:48 * Add licensing information to all files in the library.
sammy 7c358859 2008-04-04T12:43:38 * Generate a config.h file instead of passing all defines in the compiler command line. * "make install" now properly installs the includes, the documentation and the .pc file. * Generate a shared library.
henry 55888982 2004-10-17T00:40:24 Changed advance to be an FTPoint rather than a float.
henry 4c6baa27 2004-10-10T22:50:01 Refactoring FTPoint
henry b39871f5 2004-10-07T02:11:01 Fixed some floats
henry ef3a8c03 2004-09-30T08:15:43 Code to turn off display lists.
henry c0ac7ac6 2004-09-26T09:47:40 Finalised texture coordinate generation code. Tidied some code.
henry 2a980faa 2004-08-22T05:50:33 Removed unnecessary translates in the glyph rendering code.
henry 59a0780e 2003-09-25T03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
henry d7cd7612 2003-04-02T23:47:27 Fixed memory leaks
henry e4b164cf 2002-12-21T07:32:40 Delete the display list
henry 3faff95d 2002-12-19T10:24:20 Made some objects const
henry 891b3bcd 2002-12-17T03:50:48 Changes in FTVectoriser and FTContour
henry 74efb3e8 2002-12-16T23:25:41 Changes to the outline code in FTVectoriser
henry 73e3a4ad 2002-12-11T09:28:01 Removed redundant members. Moved BBox and advance to FTGlyph c_stor
henry 25392315 2002-12-08T07:01:44 Minor tidy up
henry 6b4e1f14 2002-12-08T06:57:27 Made vectoriser a local variable
henry 37fffa0f 2002-12-08T06:51:19 Removed an unnecessary memory allocation
henry 7804082c 2002-12-08T04:38:16 Refactored FTContour
henry f11669c0 2002-11-28T08:00:02 Changed FT_Vector to FTPoint
henry ba82a01b 2002-11-27T06:20:15 Tidied up some float declarations
henry 9013e3ec 2002-06-20T08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
henry 17eb8aeb 2002-02-02T00:16:36 Removed FT_DoneGlyph and clean up delete []
henry c8dc02da 2001-12-11T03:55:08 Replaced double with FTGL_DOUBLE typedef
henry d996cc69 2001-11-25T20:40:57 Fixed the space bug AGAIN.
henry 6d84af79 2001-11-12T02:40:15 Set the bounding box and re-order some operations
henry e077739b 2001-10-30T23:23:29 Renamed functions in prep for extruded glyphs Ingest->Process Output->MakeOutline
henry df172ba4 2001-10-10T22:03:16 Minor changes, mainly to includes, for the windows port
henry 6e2bd9b8 2001-09-30T23:01:56 These used to be FTVectorGlyph. Changed the name.