Module CL_FontDescription

module CL_FontDescription: sig .. end

API documentation for the class CL_FontDescription

type t 
val init : unit -> t
val delete : t -> unit
val set_typeface_name : t -> name:string -> unit
val set_height : t -> int -> unit
val set_average_width : t -> int -> unit
val set_escapement : t -> float -> unit
val set_orientation : t -> float -> unit
val set_weight : t -> int -> unit
val set_italic : t -> unit
val set_underline : t -> unit
val set_strikeout : t -> unit
val set_fixed_pitch : t -> unit
val set_anti_alias : t -> unit
val set_not_italic : t -> unit
val set_not_underline : t -> unit
val set_not_strikeout : t -> unit
val set_not_fixed_pitch : t -> unit
val set_not_anti_alias : t -> unit