kc3-lang/ftgl/src/FTTextureGlyph.cpp

Branch :


Log

Author Commit Date CI Message
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
58e35d9e 2004-09-26 09:46:57 Removed activeTextureID from initialisation list.
ce828a7d 2004-08-23 07:18:23 Got rid fo the GL_TEXTURE_2D_BINDING_EXT call in FTTextureGlyph and replaced it with a static member.
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
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
0d95eb28 2002-12-20 10:17:12 Minor formatting and removed comments
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
12dc1b94 2002-11-21 06:26:13 Added glPixelStorei call to fix corrupt glyphs
9013e3ec 2002-06-20 08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
1f3d6dca 2002-02-02 01:48:22 Removed redundant data and numGreys fields and changed render function slightly
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
d58c7be1 2001-11-12 22:28:36 Refactored texture fonts to ba able to load glyphs on the fly...uses glTexSubImage2D. They are now more in line with the rest of the fonts.
291db109 2001-11-12 02:44:47 Set the bounding box Tidied up some code
82ec4afe 2001-10-29 20:09:59 Minor changes to fix some implicit type conversions
25e3956a 2001-10-28 04:05:48 Got rid of the static and moved the glBegin/glEnd pairs
df172ba4 2001-10-10 22:03:16 Minor changes, mainly to includes, for the windows port
98a1a2a8 2001-09-19 04:54:06 Minor changes
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
e3206aab 2001-08-22 22:58:09 Fixed the positional stuff in render(). Added leftside bearing offset.
e62d68b3 2001-08-20 22:51:21 Started being more strict with types eg integer indices and sizes are now unsigned.
9f030717 2001-08-19 22:43:50 Major change to enable multiple textures. If all the glyphs for a given face and size don't fit within the max texture size we now create as many textures as required and switch automatically when rendering.
be451805 2001-08-06 05:43:36 Added GL to openGL include paths
18dd271e 2001-08-05 21:44:40 Made render() arg const. Initialisation list.
777b3f36 2001-08-01 04:20:14 removed a comment
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.