Module Face0.Attribute
type _ t=|Background : Background.t t|Box : Box.t t|Font : Font.t t|Font_family : Font_family.t t|Font_foundry : Font_foundry.t t|Foreground : Foreground.t t|Height : Height.t t|Inherit : Inherit.t t|Inverse_video : Inverse_video.t t|Overline : Overline.t t|Slant : Slant.t t|Stipple : Stipple.t t|Strike_through : Strike_through.t t|Underline : Underline.t t|Weight : Weight.t t|Width : Width.t t
val sexp_of_t : v_x__001_. ('v_x__001_ -> Ppx_sexp_conv_lib.Sexp.t) -> 'v_x__001_ t -> Ppx_sexp_conv_lib.Sexp.t
type 'a attribute= 'a t
val value_module : a. 'a t -> (module Attribute_value with type t = 'a)val unspecified_value : 'a t -> 'aval to_symbol : 'a t -> Ecaml.Symbol.tval compare_name : 'a t -> 'b t -> int
module Packed : sig ... endval of_value_exn : 'a t -> Value.t -> 'aval to_value : 'a t -> 'a -> Value.tval face_attribute_relative_p : Ecaml.Symbol.t -> Ecaml_value__Value.t -> boolval is_relative : 'a t -> 'a -> boolval merge_face_attribute : Ecaml.Symbol.t -> Ecaml_value__Value.t -> Ecaml_value__Value.t -> Ecaml_value__Value.tval merge : 'a t -> 'a -> 'a -> 'a