blob: f1f1276bb98c94f594ca09a3f75eafa98bea870d (
plain)
1
2
3
4
5
6
7
8
9
|
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);
};
|