kc3-lang/ftgl/src/FTGL/ftgl.h

Branch :


Log

Author Commit Date CI Message
cab1fafd 2009-07-19 13:05:50 Update my e-mail address everywhere.
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.
d39c7838 2008-05-11 11:26:12 * Kill 180 lines of code by removing duplicate *::Render() functions and giving a default value to the renderMode parameter.
89585b8a 2008-05-04 19:38:41 * Put my name and Sean's in the public headers so that people know who to contact.
02817b9c 2008-05-04 06:23:04 quell compilation warnings about the last enum having a comma
7f2bb3f1 2008-05-02 12:43:57 * Document the C bindings for FTGlyph.
d9cdef45 2008-05-02 09:13:14 * Add RENDER_ALL to the enum used in Font::Render() so that client applications need not worry about future extensions.
2aa2aeb5 2008-04-30 16:27:34 * Move include/* to src/FTGL/* so the files in there can directly be referred to as "FTGL/*.h". This is convenient because they will be installed in a similar location. * Put a warning in each legacy public header to advise users to only include the generic <FTGL/ftgl.h> header instead.