rougier / freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType
Other
1.65k stars 266 forks source link

Provide means to change on error behaviour #242

Closed namaenonaimumei closed 3 years ago

namaenonaimumei commented 3 years ago

Provide C-style callback function to call on error.

Added this as ftgl-utils source files, since wasn't sure where else to place it, as there isn't any existing common header shared in codebase.

References rougier/freetype-gl#241

namaenonaimumei commented 3 years ago

Not sure what's causing AppVeyor linkage to fail here, since there shouldn't be any breaking changes.

Was testing with MSVS build and forgot to update CMakeList - should be fine now.

rougier commented 3 years ago

Thanks.