code: purgatorio

ref: 15b2a406cc0e11377cee12b5a112c003f7250a7f
dir: /appl/ebook/cssfont.m/

View raw version
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);
};