ref: 21947578303cdb0fcb4b0cdfe80aa9dab5f6b447
dir: /appl/ebook/cssfont.m/
CSSfont: module {
PATH: con "/dis/ebook/cssfont.dis";
Spec: adt {
family, style, weight, size: string;
};
init: fn(displ: ref Draw->Display);
getfont: fn(spec: Spec, parentem, parentex: int): (string, int, int);
};