On 15-08-31 07:47 AM, Dirk Vangestel wrote:
> Hi Nicolas,
>
> I have looked at your code before, but gave up on it because it uses
> the GL_OES_standard_derivatives extension which is not available on my
> platform. I did only try the SDF samples, I'll have a look again at the others
> to see if I can use any of them.
>
> Regards,
> Dirk
>
>
> On Sat, Aug 29, 2015 at 7:58 AM, Nicolas Rougier <
nicolas...@gmail.com
> <mailto:
nicolas...@gmail.com>> wrote:
>
> You can have a look at
https://github.com/rougier/freetype-gl.
> It uses a single vertexe buffer, a texture atlas and there is a SDF
> example (GL ES compatible). Also, the Harfbuzz example shows complex
> layout (arabic display in this case).
>
> Nicolas
>
> On Friday, August 28, 2015 at 9:37:50 PM UTC+2,
dirk.va...@zappware.com