ocaml / graphics

The Graphics library from OCaml, in a standalone repository
Other
58 stars 30 forks source link

Use modern X fonts instead of X core fonts #38

Open nchataing opened 3 years ago

nchataing commented 3 years ago

This is an actualization of the patch proposed in https://github.com/ocaml/graphics/issues/3 (first issued at https://github.com/ocaml/ocaml/issues/4917), so all credit goes to the original author of the patch (Richard Jones).

I've adapted the machinery to link against the xft library in discover.ml, though I have no clue if this is the right way to do it (there may be some other things to tweak for the darwin target).