kc3-lang/ftgl/src/FTFont/FTBufferFont.cpp

Branch :


Log

Author Commit Date CI Message
4388dc7a 2008-06-11 23:23:05 provide for us poor sobs who don't have a native strndup implementation
a132a5e4 2008-06-09 11:45:52 * Document and reorganise FTBuffer. It is now clean enough.
14e3e435 2008-06-09 10:11:58 * Create FTFont::GlyphLoadFlags() to vary FT_Load_Glyph() calls according to the font type. Now we no longer load vector information when not needed.
632c866d 2008-06-08 15:55:19 * Add a comment to FTBufferFont to not forget about bugs in it.
7e2d6252 2008-06-03 12:23:25 * FTBufferFont: use strndup() and, when available, wcsdup().
cdc9b560 2008-06-03 12:23:07 * Coding style: remove tabs and trailing spaces, wrap long lines.
dd224b27 2008-05-24 19:04:02 from BZFlag r17264: rewrite StringCopy. wcscpy is not a standard function; we have logic for doing it ourselves already (minus the len = 0 case), so handle len = 0 and do it all ourselves.
95183df2 2008-05-23 00:16:54 * Start protecting FTBuffer members using getters and setters.
5de43fe6 2008-05-22 15:31:32 * Empty the FTBufferFont cache when changing the face size.
b73f2e81 2008-05-22 12:39:48 * Implement caching in FTBufferFont. To avoid unnecessary texture uploads, each font object keeps the last 16 strings in the graphic card.
865b9043 2008-05-22 12:39:12 * Fix an off-by-one error in FTBufferGlyph::Render.
3d018d80 2008-05-21 16:37:54 * Fix the quad vertex order in FTBufferFont.
901ee76c 2008-05-21 15:45:11 * Fix a texture coordinate bug caused by our next-power-of-two ceiling.
fa5631df 2008-05-21 15:43:52 * Add proper glPushAttrib() and glPushClientAttrib() calls to the rendering methods that need them.
68a99036 2008-05-21 11:39:31 * Enable GL_TEXTURE_2D in FTFont::Render variations that need it.
ca7c7a81 2008-05-20 23:49:25 * First try at the FTBufferFont/FTBufferGlyph implementation.
f7d00178 2008-05-19 15:45:47 * Starting the buffer font class revival. For now, it just consists in empty FTBuffer, FTBufferGlyph and FTBufferFont classes.