kc3-lang/ftgl/src/FTGL

Branch :


Log

Author Commit Date CI Message
8ee0d83b 2019-02-07 22:31:57 fix (if possible) or silence (otherwise) compiler warnings
c261e7bd 2019-02-07 22:03:32 implement LegacyOpenGLState, see README-LegacyOpenGLState
5d98ca65 2018-01-29 03:06:40 FTPixmapGlyph: fix garbage with bitmap fonts (see Debian bug #589601, 2.)
d7d4594e 2012-06-13 21:27:56 added polygon extraction
b066d782 2010-05-23 16:30:54 Add query functions to request FTGL configuration information: - C version: ftglGetString(); - C++ version: FTGL::GetString(); Currently supported strings are: - FTGL_CONFIG_VERSION: FTGL version information
536f271b 2010-05-22 23:02:16 Export ftglSetFontGlyphLoadFlags() in FTFont.h. Addresses SF bug #2122849.
0e7b8c55 2010-05-22 22:28:55 Fix ftglGetLayoutAlignment spelling. Addresses SF bug #2120985.
989d224e 2009-07-19 15:56:38 Document FTFont::renderMode usage, courtesy of Christopher Sean Morrison.
cab1fafd 2009-07-19 13:05:50 Update my e-mail address everywhere.
92d175e8 2009-01-02 15:51:25 Implement ftglCreateBitmapFontFromMem() and siblings so that the font-loading can be done from memory in C (and in languages binding with FTGL through the C interface such as C#).