package ocgtk

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

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