kc3-lang/ftgl/src/FTGlyph

Branch :


Log

Author Commit Date CI Message
8ee0d83b 2019-02-07 22:31:57 fix (if possible) or silence (otherwise) compiler warnings
768505ac 2018-01-31 00:31:08 Fix a memory leak
2dee4458 2018-01-29 03:49:54 FTBufferGlyph: fix garbage with bitmap fonts (text is still clipped, that seems to be another problem)
9cc187e9 2018-01-29 03:11:13 FTTextureGlyphImpl: fix garbage with bitmap fonts (see Debian bug #589601, 4.)
5d98ca65 2018-01-29 03:06:40 FTPixmapGlyph: fix garbage with bitmap fonts (see Debian bug #589601, 2.)
8cca0305 2018-01-29 03:02:31 FTOutlineGlyphImpl, FTPolygonGlyphImpl: avoid uninizitalized vectoriser in case of error (see Debian bug #589601, 1.)
d7d4594e 2012-06-13 21:27:56 added polygon extraction
9a13e4f8 2010-09-28 19:01:23 implement a quick check for __FUNCTION__ and __func__ based on whether the compiler can actually use one or the other at runtime. cache the checks and provide __FUNC__ for use via FTGL_CPP_FUNC.
42d104ae 2010-09-16 22:40:57 Fix a few compiler warnings, patch courtesy of packadal@gmail.com.
d10af39f 2010-05-23 00:24:14 Properly handle Render's position argument in FTTextureFont and FTBufferFont. Addresses SF bug #2883801.