Open sastraxi opened 13 years ago
It would be amazing if we could use a subset of CSS to attach styles to objects.
page[1] = OneRowTable({ "font-face": "Century Gothic", "font-weight": "bold", "font-size": "12pt" }) page[1].add(ImageSpace("logo.png", { "opacity": "0.5", "width": "50pt" }), { "width": "30%", "text-align": "left" })
etc. etc.
It would be amazing if we could use a subset of CSS to attach styles to objects.
etc. etc.