Module Ecaml__.Face.Font_foundry

The name of the "font foundry" in which the font family attribute is located; the wild-card characters `*' and `?' are allowed. (Info-goto-node "(elisp)Face Attributes")

type t =
| Name of string
| Unspecified
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t