[Haskell-cafe] design question/font metrics
Stephen Tetley
stephen.tetley at gmail.com
Tue Jun 1 12:22:43 EDT 2010
Hi Brandon
Even that's not simple - freetype is essentially a framework for
writing font processors rather than a conventional C library[*]. Saner
perhaps is to write a C program using freetype to do the exact job you
have in mind, then bind to your C program.
Best wishes
Stephen
[*} Probably why several people Including me have attempted a binding,
but no-one has delivered one.
On 1 June 2010 17:18, Brandon S. Allbery KF8NH <allbery at ece.cmu.edu> wrote:
> The saner way to do this is to write a binding to freetype2.
More information about the Haskell-Cafe
mailing list