Core
Core copied to clipboard
Core library used by Gource and Logstalgia
`FT_Glyph_To_Bitmap()` can fail (for example, due to a failed memory allocation in `ft_new_glyph()` that is called by `FT_Glyph_To_Bitmap()`) and would return a non-zero value to signal an error. This patch...
i'm really eager to develop project completely on c/c++. but ui causes problem most of the times. i looked on this library and it seemed really cool. can anyone help...
The `isFinished()` method on `StreamLog` returns `true` when the stream is empty. Attempting to modify it so that (at least on POSIX platforms) it can only return `true` when the...