include/FTGLExtrdFont.h


Log

Author Commit Date CI Message
sammy 1f4a94f8 2008-04-29T14:39:28 * Since the MIT license is LGPL-compatible, there is no real point in shipping FTGL under a dual license. Consequently removing LGPL references from the code, in agreement with Sean.
sammy c96146ed 2008-04-29T06:44:51 * Moved header files that are not required by library clients into src/ so that they do not get installed. * Created an ftgl.h header that allows clients to #include <FTGL/ftgl.h> and be done with it.
sammy 9caaa891 2008-04-28T21:48:44 * Split Font and Layout headers into Foo.h and FooImpl.h, and taking the latter out of the include/ directory.
sammy 573770b5 2008-04-28T21:12:36 * Beginning of a new refactoring task. Classes inheriting FTFont or FTLayout now hide their private members behind a pImpl pointer. This will make the public headers smaller, and we will not break the ABI by changing private members of our public classes. This first step just splits classes but does not reorganise files.
sammy 09fbf8ac 2008-04-28T11:17:05 * Cosmetic: remove trailing spaces, fix unbalanced parenthesis/space constructs, remove tab/space mixes, wrap a lot of long source lines.
sammy 7e74380f 2008-04-21T21:48:03 * Inset/outset contour support for fonts, by Eric Beets. For now, only contours with exactly the same number of points are generated.
sammy 55d3f835 2008-04-15T09:53:27 * Added ftglDestroyFont() destructor for the C bindings. * Remove useless "#ifdef __cplusplus" constructs from .cpp files.
sammy 141112c4 2008-04-12T22:44:48 * Add licensing information to all files in the library.
sammy 8b9739ee 2008-04-11T16:24:56 * C bindings for FTGL, written by Éric Beets <ericbeets@free.fr>.
henry 3d3a4852 2004-10-08T11:37:28 Changed a couple of variable names.
henry 084a215d 2004-09-30T11:46:48 Updating documentation
henry af2e589c 2003-06-03T02:44:14 Better variable name
henry a9589733 2003-01-08T23:13:27 Updated doc
henry df0f9ef3 2002-12-20T10:16:27 Minor formatting
henry 66f17834 2002-12-16T08:53:10 Updated the docs
henry 59259511 2002-12-16T08:27:39 Refactored FTFont to get rid of Open function
henry c941c73b 2002-11-28T08:21:43 Documentation Changes
henry 8fd8b009 2002-07-01T09:44:57 Inlined private functions
henry 9013e3ec 2002-06-20T08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
henry 21c76d68 2001-11-12T00:00:50 Extrusion code merged from 1.3beta2