Class GPango.font_description


class font_description : Pango.font_description -> object .. end


method fd : Pango.font_description
method copy : font_description
method to_string : string
method family : string
method style : Pango.Tags.style
method variant : Pango.Tags.variant
method weight : int
method stretch : Pango.Tags.stretch
method size : int
method modify : ?family:string ->
?style:Pango.Tags.style ->
?variant:Pango.Tags.variant ->
?weight:Pango.Tags.weight ->
?stretch:Pango.Tags.stretch -> ?size:int -> unit -> unit