src/FTPixmapGlyph.cpp


Log

Author Commit Date CI Message
sammy f300fc49 2008-04-21T16:09:46 * Fix the FTLayout rendering: line feeds were not properly handled. Patch by Eric Beets.
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 3902538a 2004-12-06T10:34:50 Changed the way the colour is specified. It can now be done per string rather than at start up as previous.
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 8bdfef74 2004-10-03T22:50:30 Adding support for turning off display lists in FTGL
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 84d14a79 2003-09-24T22:05:12 Removed old comments
henry 8fd2ff3e 2003-09-22T02:11:42 Fixes for deprecated identifiers in 2.1.5
henry 0998d99d 2003-07-23T09:06:07 Fixed precision conversion
henry 1c061ede 2002-12-17T04:44:00 Fixed freetype render flag :)
henry 92bc1caf 2002-12-17T04:42:33 Renamed render to Render
henry 538791da 2002-12-12T06:12:58 Got rid of numGreys and pushed down pos
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 a0cf851c 2002-10-23T07:04:34 Minor formatting and moved Push Attribs to the font
henry 20c6c152 2002-08-26T10:17:45 Removed mmgr
henry ed78f652 2002-08-26T08:53:46 Added some braces
henry 9013e3ec 2002-06-20T08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
henry 49190bc7 2002-02-16T06:17:25 hardly worth mentioning
henry 17eb8aeb 2002-02-02T00:16:36 Removed FT_DoneGlyph and clean up delete []
henry 3a0d7bf5 2002-01-09T20:54:12 Added a check for zero dimension bitmaps
henry 3715b637 2001-12-10T21:30:58 Added include for mmgr
henry 1ce1050a 2001-11-12T02:39:05 Set the bounding box
henry df172ba4 2001-10-10T22:03:16 Minor changes, mainly to includes, for the windows port
henry c704216e 2001-09-16T21:49:52 Removed glyph index parameter from c_stor (see FTGlyph) and updated comments
henry 50552cd4 2001-08-28T05:09:26 Fixed the test for an invalid glyph format
henry 146e8ba6 2001-08-27T03:11:27 Static cast float to unsigned char in bitmap code
henry 6a234ca3 2001-08-24T02:16:00 Minor changes to comments
henry e62d68b3 2001-08-20T22:51:21 Started being more strict with types eg integer indices and sizes are now unsigned.
henry 197943f3 2001-08-07T01:02:04 Now gets the current color and create the glyph pixmap based on that.
henry be451805 2001-08-06T05:43:36 Added GL to openGL include paths
henry bf84e602 2001-08-05T22:16:32 Initialisation list. Made render() arg const.
henry fb452009 2001-07-30T04:48:17 Fixing the position stuff
henry 4cd99a38 2001-07-30T02: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.
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.