package ocgtk

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

Class Context.context

method changed : unit -> unit
method get_base_dir : unit -> Ocgtk_pango__.Pango_enums.direction
method get_base_gravity : unit -> Ocgtk_pango__.Pango_enums.gravity
method get_font_description : unit -> Ocgtk_pango__.Font_description.t option
method get_font_map : unit -> Ocgtk_pango__.GContext_and__font_and__font_map_and__fontset.font_map_t option
method get_gravity : unit -> Ocgtk_pango__.Pango_enums.gravity
method get_gravity_hint : unit -> Ocgtk_pango__.Pango_enums.gravityhint
method get_language : unit -> Ocgtk_pango__.Language.t
method get_matrix : unit -> Ocgtk_pango__.Matrix.t option
method get_metrics : Ocgtk_pango__.Font_description.t option -> Ocgtk_pango__.Language.t option -> Ocgtk_pango__.Font_metrics.t
method get_round_glyph_positions : unit -> bool
method get_serial : unit -> int
method load_font : Ocgtk_pango__.Font_description.t -> Ocgtk_pango__.GContext_and__font_and__font_map_and__fontset.font_t option
method load_fontset : Ocgtk_pango__.Font_description.t -> Ocgtk_pango__.Language.t -> Ocgtk_pango__.GContext_and__font_and__font_map_and__fontset.fontset_t option
method set_base_dir : Ocgtk_pango__.Pango_enums.direction -> unit
method set_base_gravity : Ocgtk_pango__.Pango_enums.gravity -> unit
method set_font_description : Ocgtk_pango__.Font_description.t option -> unit
method set_font_map : Ocgtk_pango__.GContext_and__font_and__font_map_and__fontset.font_map_t option -> unit
method set_gravity_hint : Ocgtk_pango__.Pango_enums.gravityhint -> unit
method set_language : Ocgtk_pango__.Language.t option -> unit
method set_matrix : Ocgtk_pango__.Matrix.t option -> unit
method set_round_glyph_positions : bool -> unit
method as_context : Ocgtk_pango__.Context_and__font_and__font_map_and__fontset.Context.t