kc3-lang/ftgl/src/FTGlyph/FTBufferGlyph.cpp

Branch :


Log

Author Commit Date CI Message
2dee4458 2018-01-29 03:49:54 FTBufferGlyph: fix garbage with bitmap fonts (text is still clipped, that seems to be another problem)
42d104ae 2010-09-16 22:40:57 Fix a few compiler warnings, patch courtesy of packadal@gmail.com.
cab1fafd 2009-07-19 13:05:50 Update my e-mail address everywhere.
a132a5e4 2008-06-09 11:45:52 * Document and reorganise FTBuffer. It is now clean enough.
95183df2 2008-05-23 00:16:54 * Start protecting FTBuffer members using getters and setters.
d1bea035 2008-05-22 15:31:07 * Fix a visual bug in FTBufferFont caused by overlapping glyphs.
865b9043 2008-05-22 12:39:12 * Fix an off-by-one error in FTBufferGlyph::Render.
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.