coneneko.texture



void sdlException(char[] file, long line, Object obj = cast(Object)null, char[] msg = null);
SDL_GetError付き、throw new ConenekoException(_FILE__, _LINE__, this, "message");

class ImageLoader: coneneko.scenegraph.Rgba;


this(char[] fileName);


class Font;


static void close();
リソース開放

void* handle;


this(char[] ttfFileName, uint fontSize);


uint height();


class DefaultFont: coneneko.texture.Font;


this();


class TextLoader: coneneko.scenegraph.Rgba;
sizeが小さかったり、TTF fileによっては壊れたイメージになることがある

this(Font font, char[] text, ubyte red, ubyte green, ubyte blue, ubyte alpha);



Page generated by Ddoc.