|
ObjFW
|
A protocol for a canvas that can be drawn to. More...
#include <ObjFW/ObjFW.h>
A protocol for a canvas that can be drawn to.
To what it is drawn is implementation specific - it could be to an OFImage or to an OpenGL context, for example. OFCanvas is an implementation drawing to an OFImage in software and always available.
1.8.14