package cairo2-pango

  1. Overview
  2. Docs
Interface between Cairo and Pango (for Gtk2)

Install

Dune Dependency

Authors

Maintainers

Sources

cairo2-0.6.3.tbz
sha256=366273303b351e2bcd781d44a01c961729f6451f9917d75cd038465370481822
sha512=49dbd0a4dcb51f9847c9adc7c45125114ea0a83d3179c1785b28221a1d289a8d6a1db34a926386709844fed69ce12a7bf271bd76505580425b2a11794febe375

CHANGES.md.html

0.6.3 2022-05-20

  • Fix bug in Path.fold.

  • Extend Image.get_data* to bigarrays with externally managed payload.

0.6.2 2020-11-23

  • Fix a memory leak (#19).

  • Fix GCC warnings, in particular the “multiple definition of …” (#23).

  • Clarify the license.

  • Use dune-configurator.

0.6.1 2019-03-20

  • Fix create_for_data32 handling of dimensions.

  • Documentation improvements.

  • Fix dependencies for cairo2-gtk and cairo2-pango.

0.6 2018-09-05

  • New Ft module to support FreeType fonts. This is enabled if the package conf-freetype is installed. On the C side, the exported header file cairo_ocaml.h defines the macro OCAML_CAIRO_HAS_FT when the Cairo bindings were compiled with TrueType support.

  • New package Cairo2-pango providing the module Cairo_pango.

  • Remove labels that were not bringing a clear benefit. With Dune default behavior, users will feel compelled to write labels which was cluttering the code with the previous interface. With Merlin, it is now possible to have the documentation of a function under the cursor displayed with a simple keystroke which should alleviate having slightly less documentation in the types.

  • Improve the documentation.

  • Use Dune (not the former Jbuilder) to compile.