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_condensed
  2. | Extra_condensed
  3. | Condensed
  4. | Semi_condensed
  5. | Normal
  6. | Semi_expanded
  7. | Expanded
  8. | Extra_expanded
  9. | Ultra_expanded
  10. | Unspecified
include sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t