package cairo2-pango
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Interface between Cairo and Pango (for Gtk2)
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      cairo2-0.6.4.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=40357352d7205d3a5735855643830cb345f2db838ff9d19a532018760d468a05
    
    
  sha512=2fd755b32253a4c441146fb41d13bf7ad4ce3828bc479ece296fb58350e20c7349c22457ad99fa080407b5150ce337a753221043f18b7b641f4c5bc98e37e799
    
    
  doc/CHANGES.html
0.6.4 2022-09-28
- Be compatible with OCaml 5.0 (@kit-ty-kate).
 
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_data32handling of dimensions. - Documentation improvements.
 - Fix dependencies for 
cairo2-gtkandcairo2-pango. 
0.6 2018-09-05
- New 
Ftmodule to support FreeType fonts. This is enabled if the packageconf-freetypeis installed. On the C side, the exported header filecairo_ocaml.hdefines the macroOCAML_CAIRO_HAS_FTwhen the Cairo bindings were compiled with TrueType support. - New package 
Cairo2-pangoproviding the moduleCairo_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.
 
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page