kc3-lang/ftgl/src/FTBitmapGlyph.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.
55888982 2004-10-17 00:40:24 Changed advance to be an FTPoint rather than a float.
d734048e 2004-10-11 09:45:18 Changed pos assignment
4c6baa27 2004-10-10 22:50:01 Refactoring FTPoint
b39871f5 2004-10-07 02:11:01 Fixed some floats
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
934106a4 2002-12-31 04:07:34 Fixed alignment issues for bitmap and texture glyphs
1c061ede 2002-12-17 04:44:00 Fixed freetype render flag :)
92bc1caf 2002-12-17 04:42:33 Renamed render to Render
73e3a4ad 2002-12-11 09:28:01 Removed redundant members. Moved BBox and advance to FTGlyph c_stor
a7df6654 2002-11-28 09:43:56 Added a static cast
f11669c0 2002-11-28 08:00:02 Changed FT_Vector to FTPoint
c1662a3f 2002-10-23 07:04:00 Minor formatting
3dcca412 2002-08-26 08:49:50 Made some ints unsigned
9013e3ec 2002-06-20 08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
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
a00a92ec 2001-11-08 20:36:26 Minor fixes for windows warnings
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
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.
9602dde5 2001-08-07 00:59:38 Moved the pixelStore stuff to BitmapFont
be451805 2001-08-06 05:43:36 Added GL to openGL include paths
f03d965b 2001-08-05 21:35:51 Made render() arg const
58bbd000 2001-07-30 04:47:51 Fixing the psosition 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.