package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.pango/Ocgtk_pango/Pango/Renderer/class-renderer/index.html

Class Renderer.renderer

method activate : unit -> unit
method deactivate : unit -> unit
method draw_error_underline : int -> int -> int -> int -> unit
method draw_glyph_item : string option -> Ocgtk_pango__.Glyph_item.t -> int -> int -> unit
method draw_glyphs : Ocgtk_pango__.GContext_and__font_and__font_map_and__fontset.font_t -> Ocgtk_pango__.Glyph_string.t -> int -> int -> unit
method draw_layout : Ocgtk_pango__.GLayout_and__layout_iter.layout_t -> int -> int -> unit
method draw_layout_line : Ocgtk_pango__.Layout_line.t -> int -> int -> unit
method draw_rectangle : Ocgtk_pango__.Pango_enums.renderpart -> int -> int -> int -> int -> unit
method draw_trapezoid : Ocgtk_pango__.Pango_enums.renderpart -> float -> float -> float -> float -> float -> float -> unit
method get_alpha : Ocgtk_pango__.Pango_enums.renderpart -> UInt16.t
method get_color : Ocgtk_pango__.Pango_enums.renderpart -> Ocgtk_pango__.Color.t option
method get_layout : unit -> Ocgtk_pango__.GLayout_and__layout_iter.layout_t option
method get_layout_line : unit -> Ocgtk_pango__.Layout_line.t option
method get_matrix : unit -> Ocgtk_pango__.Matrix.t option
method part_changed : Ocgtk_pango__.Pango_enums.renderpart -> unit
method set_alpha : Ocgtk_pango__.Pango_enums.renderpart -> UInt16.t -> unit
method set_color : Ocgtk_pango__.Pango_enums.renderpart -> Ocgtk_pango__.Color.t option -> unit
method set_matrix : Ocgtk_pango__.Matrix.t option -> unit
method as_renderer : Ocgtk_pango__.Renderer.t