ocaml-cairo
ocaml-cairo copied to clipboard
Binding to Cairo, a 2D Vector Graphics Library.
/usr/bin/pkgconf is present, why it's not found by which isn't clear to me. Running which pkgconf from cli and the correct path is returned. The more puzzling part is c-test-2...
See issue "Segmentation Fault on new Cairo Error Status #36"
Hello, The following (pretty new) cairo error status (see cairo_status_t from cairo.h) are not managed in the OCaml type Cairo.status: * CAIRO_STATUS_PNG_ERROR * CAIRO_STATUS_FREETYPE_ERROR * CAIRO_STATUS_WIN32_GDI_ERROR * CAIRO_STATUS_TAG_ERROR When this...
Hi, I'm currently playing around with using `ocaml-cairo` as the renderer for a toy GUI project and calling `of_data32` I get the error that a mapped file cannot be used....
I am trying to compile lablgtk3 and it fails at cairo2. It seems the include path doesn't contains freetype. I have the error: ``` # compiling c program: # [...]...
Currently there is no way to get/set variations for OpenType variable fonts. I'm curious to try out variable weight particularly for making rounded 3d text polyhedron meshes, as my experiments...
This is a bug report about the README, essentially that I cannot understand what is going on. For background, I am the maintainer of unison which uses lablgtk(2) and is...
I'm using cairo2-pango (in combination with cairo2, but that's it). Currently, cairo2-pango brings all of lablgtk as a dependency, which is a bit unfortunate. If I understand correctly, this is...
It seems that cairo2.cmxa links freetype multiple times: ``` > ocamlobjinfo $(opam var lib)/cairo2/cairo.cmxa | grep 'Extra' Extra C object files: -lcairo_stubs -L/opt/homebrew/opt/freetype/lib -lfreetype -L/opt/homebrew/Cellar/fontconfig/2.15.0/lib -L/opt/homebrew/opt/freetype/lib -lfontconfig -lfreetype -L/opt/homebrew/Cellar/cairo/1.18.2/lib -lcairo...