Go to the documentation of this file.
27 # warning Please use <FTGL/ftgl.h> instead of <FTBuffer.h>.
84 void Size(
int w,
int h);
91 inline int Width()
const {
return width; }
98 inline int Height()
const {
return height; }
105 inline unsigned char *
Pixels()
const {
return pixels; }
116 unsigned char *pixels;
126 #endif // __FTBuffer__