ftgl icon indicating copy to clipboard operation
ftgl copied to clipboard

fork from http://sourceforge.net/projects/ftgl

Results 8 ftgl issues
Sort by recently updated
recently updated
newest added

Please synchronize important refs, including branches, tags, and releases, to make it easier to navigate the codebase across different timelines.

This here crashes when d[0] or d[1] is NaN which apparently can happen with some characters in some fonts. Not sure why there would be such values. https://github.com/ulrichard/ftgl/blob/16f7667cbd4b1e988ae24128c5dea54479926f85/src/FTVectoriser.cpp#L321 This is...

BTW, you can gain project maintainer status on the sourceforge project by emailing support@sf .

while I am working on rendering fonts using ftgl in my opengl project I am encountering errors stating g++ -o mygame Sample_GL3_2D.cpp glad.c -lGL -lglfw -ldl -lftgl -lSOIL -I /usr/include/freetype2...

_(Edited after manually looking in the dylib for function names)_ Hello, It seems that the functions from the commit https://github.com/ulrichard/ftgl/commit/92d175e86b36099bb66c0419447f797f9daf6461 are not present in the ftgl 2.1.3 library that was...

See test/FTBufferFont-Bitmap.cpp from my pull request. (I created this test program to demonstrate fixing another bug, drawing garbage in this case, but the clipping bug remains.)

Since FTGL is creating this file, it can just tell CMake where it lives rather than shipping a file on how to find itself.

The X resolution and the Y resolution were being updated from the cached values instead of the new values. FT_Set_Char_Size was also called before the cached values were updated with...