code: purgatorio

ref: c3101e4da486b2bf2e8b911bcb62dd8ec31c41bf
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);
};