#include <FTBuffer.h>
It provides the interface between FTBufferFont and FTBufferGlyph to optimise rendering operations.
Definition at line 45 of file FTBuffer.h.
Public Member Functions | |
| FTBuffer () | |
| Default constructor. | |
| ~FTBuffer () | |
| Destructor. | |
| FTPoint | Pos () const |
| Get the pen's position in the buffer. | |
| void | Pos (FTPoint arg) |
| Set the pen's position in the buffer. | |
| void | Size (int w, int h) |
| Set the buffer's size. | |
| int | Width () const |
| Get the buffer's width. | |
| int | Height () const |
| Get the buffer's height. | |
| unsigned char * | Pixels () const |
| Get the buffer's direct pixel buffer. | |
|
|
Default constructor.
|
|
|
Destructor.
|
|
|
Get the buffer's height.
Definition at line 98 of file FTBuffer.h. |
|
|
Get the buffer's direct pixel buffer.
Definition at line 105 of file FTBuffer.h. |
|
|
Set the pen's position in the buffer.
Definition at line 73 of file FTBuffer.h. |
|
|
Get the pen's position in the buffer.
Definition at line 63 of file FTBuffer.h. |
|
||||||||||||
|
Set the buffer's size.
|
|
|
Get the buffer's width.
Definition at line 91 of file FTBuffer.h. |
1.4.6