package ecaml

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

(Info-goto-node "(elisp)Face Attributes")

type t =
  1. | Ultra_bold
  2. | Extra_bold
  3. | Bold
  4. | Semi_bold
  5. | Normal
  6. | Semi_light
  7. | Light
  8. | Extra_light
  9. | Ultra_light
  10. | Unspecified
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t