opcon / QuickFont

A Modern OpenGL Font Rendering Library for OpenTK

Home Page:https://github.com/opcon/QuickFont

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement signed distance fonts

opcon opened this issue · comments

Ideally would use multi-channel signed distances fonts as outlined in https://github.com/Chlumsky/msdfgen.

A C# starting point for regular distance fields is here: https://github.com/cartman300/Flib/blob/master/Flib/DistanceField.cs