Module Elm_font

module Elm_font: sig .. end
Elementary Fonts

type overlay = {
   text_class : string;
   font : string;
   size : int;
}
type properties = {
   name : string;
   styles : string list;
}
val properties_get : string -> properties
val fontconfig_name_get : string -> string option -> string