shithub: purgatorio

ref: 354b56d6bfdca067a6f04a39c4ce4bc9c0160861
dir: purgatorio/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);
};