package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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