src/FTGlyph.cpp


Log

Author Commit Date CI Message
sammy da303bb8 2008-04-28T15:24:05 * Remove all method implementations from the main FTFont.h, FTLayout.h and FTGlyph.h headers. Since they use private members, they belong to their respective .cpp 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 75c73099 2008-04-23T21:23:59 * Fix most compilation warnings. Most frequent causes: shadow declarations and const qualifier disappearances.
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.
sammy ee107630 2008-03-03T16:41:35 * Remove svn:executable property from source files.
sammy f0f550ea 2008-03-03T16:36:07 * Remove svn:executable property from source files.
henry 55888982 2004-10-17T00:40:24 Changed advance to be an FTPoint rather than a float.
henry 8bdfef74 2004-10-03T22:50:30 Adding support for turning off display lists in FTGL
henry 59a0780e 2003-09-25T03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
henry 73e3a4ad 2002-12-11T09:28:01 Removed redundant members. Moved BBox and advance to FTGlyph c_stor
henry f11669c0 2002-11-28T08:00:02 Changed FT_Vector to FTPoint
henry 9013e3ec 2002-06-20T08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
henry 3715b637 2001-12-10T21:30:58 Added include for mmgr
henry 07f73bb5 2001-09-17T21:00:10 Comment changes
henry 486a0751 2001-09-16T21:27:52 removed the glyphIndex member
henry 84de12e4 2001-09-14T00:37:26 Removed FT_Done_Glyph from the d_tor. Glyph disposal is done immediately after the glyph is processed.
henry fd085e7c 2001-08-27T03:15:59 Minor change to FIXME comment
henry e62d68b3 2001-08-20T22:51:21 Started being more strict with types eg integer indices and sizes are now unsigned.
henry f8b7df3d 2001-08-05T21:39:50 Minor tidy ups and made render() arg const
henry 019af0d2 2001-07-26T05: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.