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/Font_description/class-font_description/index.html

Class Font_description.font_description

method better_match : Ocgtk_pango__.Font_description.t option -> Ocgtk_pango__.Font_description.t -> bool
method copy_static : unit -> Ocgtk_pango__.Font_description.t option
method equal : Ocgtk_pango__.Font_description.t -> bool
method get_family : unit -> string option
method get_gravity : unit -> Ocgtk_pango__.Pango_enums.gravity
method get_set_fields : unit -> Ocgtk_pango__.Pango_enums.fontmask
method get_size : unit -> int
method get_size_is_absolute : unit -> bool
method get_stretch : unit -> Ocgtk_pango__.Pango_enums.stretch
method get_style : unit -> Ocgtk_pango__.Pango_enums.style
method get_variant : unit -> Ocgtk_pango__.Pango_enums.variant
method get_variations : unit -> string option
method get_weight : unit -> Ocgtk_pango__.Pango_enums.weight
method hash : unit -> int
method merge : Ocgtk_pango__.Font_description.t option -> bool -> unit
method merge_static : Ocgtk_pango__.Font_description.t -> bool -> unit
method set_absolute_size : float -> unit
method set_family : string -> unit
method set_family_static : string -> unit
method set_gravity : Ocgtk_pango__.Pango_enums.gravity -> unit
method set_size : int -> unit
method set_stretch : Ocgtk_pango__.Pango_enums.stretch -> unit
method set_style : Ocgtk_pango__.Pango_enums.style -> unit
method set_variant : Ocgtk_pango__.Pango_enums.variant -> unit
method set_variations : string option -> unit
method set_variations_static : string -> unit
method set_weight : Ocgtk_pango__.Pango_enums.weight -> unit
method to_filename : unit -> string option
method to_string : unit -> string
method unset_fields : Ocgtk_pango__.Pango_enums.fontmask -> unit
method as_font_description : Ocgtk_pango__.Font_description.t