kc3-lang/ftgl/src/FTPixmapGlyph.cpp

Branch :


Log

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