grauzone wrote:
> Use
> ubyte[] fontbytes = cast(ubyte[])import("yourfont.ttf");
That is so cool.
I've seen the import() expression mentioned here on the NG before. It
returns a string containing the imported source file, right? Is it
mentioned anywhere in the docs? I can't seem to find it.
-Lars