kc3-lang/ftgl/src/FTContour.cpp

Branch :


Log

Author Commit Date CI Message
7e74380f 2008-04-21 21:48:03 * Inset/outset contour support for fonts, by Eric Beets. For now, only contours with exactly the same number of points are generated.
eb169fd2 2008-04-13 09:06:38 * Fix a crash in FTContour::FTContour caused by invalid or unknown tags.
71eb8253 2008-04-13 07:48:50 * Refactoring FTContour.
141112c4 2008-04-12 22:44:48 * Add licensing information to all files in the library.
7c358859 2008-04-04 12: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.
1f69e6a0 2004-10-11 02:58:52 Added operator + & * to FTPoint
4c6baa27 2004-10-10 22:50:01 Refactoring FTPoint
e674078e 2003-07-21 09:46:25 Merged FTGL_2_0_4
3ea4d8fb 2003-07-12 12:06:05 Re-ordereds function for inlining
eee46596 2003-04-09 10:13:45 Fixed broken contour bug
9e554e33 2002-12-18 03:53:55 Trying to simplify the constructor.
43cb23ae 2002-12-16 00:40:12 Removed unused constants
df1e5ad2 2002-12-15 23:02:48 Unrolled evaluate curve
2ee7bddd 2002-12-15 22:04:21 Refactored evaluate curve
44732278 2002-12-15 08:51:54 Got rid of ctrlPtArray
52e26160 2002-12-15 08:20:58 Removed contourPoint struct
fb89a286 2002-12-14 22:01:54 Contour extraction is now one pass. The code is a bit ugly at this stage though.
028acb18 2002-12-10 09:01:13 Minor fix
739dac83 2002-12-08 04:37:28 Moved from FTVectoriser to own file