module FontPattern: sig .. end
sig
end
type slant =
|
Roman
Italic
type weight =
Regular
Bold
Black
type t = {
family : string;
string
slant : slant;
slant
weight : weight;
weight