From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- appl/ebook/cssfont.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 appl/ebook/cssfont.m (limited to 'appl/ebook/cssfont.m') diff --git a/appl/ebook/cssfont.m b/appl/ebook/cssfont.m new file mode 100644 index 00000000..f1f1276b --- /dev/null +++ b/appl/ebook/cssfont.m @@ -0,0 +1,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); +}; -- cgit v1.2.3